You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@locus.apache.org on 2000/09/03 15:49:59 UTC

cvs commit: xml-cocoon/skins/xml.apache.org/stylesheets document2html.xsl

stefano     00/09/03 06:49:59

  Modified:    skins/xml.apache.org/stylesheets document2html.xsl
  Log:
  better xslt
  
  Revision  Changes    Path
  1.9       +1 -5      xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- document2html.xsl	2000/05/13 00:40:25	1.8
  +++ document2html.xsl	2000/09/03 13:49:59	1.9
  @@ -374,14 +374,10 @@
     <li>
      <strong><xsl:value-of select="."/></strong>
      <xsl:text> - </xsl:text>
  -   <xsl:value-of select="following::dd"/>   
  +   <xsl:apply-templates select="dd"/>   
     </li>
    </xsl:template>
    
  - <xsl:template match="dd">
  -  <!-- ignore since already used -->
  - </xsl:template>
  -
   <!-- ====================================================================== -->
   <!-- table section -->
   <!-- ====================================================================== -->