[Clfs-commits] commit: r4549 - /branches/clfs-embedded/BOOK/stylesheets/top-index.xsl

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 25 01:51:14 PST 2009


Author: jim
Date: Sun Jan 25 09:51:14 2009
New Revision: 4549

Log:
Made Index Match CLFS-Standard

Modified:
    branches/clfs-embedded/BOOK/stylesheets/top-index.xsl

Modified: branches/clfs-embedded/BOOK/stylesheets/top-index.xsl
==============================================================================
--- branches/clfs-embedded/BOOK/stylesheets/top-index.xsl (original)
+++ branches/clfs-embedded/BOOK/stylesheets/top-index.xsl Sun Jan 25 09:51:14 2009
@@ -139,24 +139,6 @@
     </h2>
   </xsl:template>
 
-  <xsl:template match="authorgroup">
-    <h3 class="author">
-      <xsl:value-of select="author[1]/firstname"/>
-      <xsl:text> </xsl:text>
-      <xsl:value-of select="author[1]/surname"/>
-    </h3>
-    <h3 class="author">
-      <xsl:value-of select="author[2]/firstname"/>
-      <xsl:text> </xsl:text>
-      <xsl:value-of select="author[2]/surname"/>
-    </h3>
-    <h3 class="author">
-      <xsl:value-of select="author[3]/firstname"/>
-      <xsl:text> </xsl:text>
-      <xsl:value-of select="author[3]/surname"/>
-    </h3>
-  </xsl:template>
-
   <xsl:template match="copyright">
     <p class="copyright">
       <xsl:text>Copyright ©</xsl:text>




More information about the Clfs-commits mailing list