[Clfs-commits] commit: r4163 - /trunk/BOOK/stylesheets/top-index.xsl

svn at cross-lfs.org svn at cross-lfs.org
Sun Dec 21 18:17:21 PST 2008


Author: jciccone
Date: Mon Dec 22 02:17:21 2008
New Revision: 4163

Log:
Restructure top index stylesheet.

Modified:
    trunk/BOOK/stylesheets/top-index.xsl

Modified: trunk/BOOK/stylesheets/top-index.xsl
==============================================================================
--- trunk/BOOK/stylesheets/top-index.xsl (original)
+++ trunk/BOOK/stylesheets/top-index.xsl Mon Dec 22 02:17:21 2008
@@ -216,24 +216,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