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/08/31 16:51:10 UTC

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

stefano     00/08/31 07:51:07

  Modified:    skins/printer/stylesheets Tag: xml-cocoon2 document2html.xsl
               skins/xml.apache.org/stylesheets Tag: xml-cocoon2
                        document2html.xsl
  Log:
  better XSLT
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.3   +1 -5      xml-cocoon/skins/printer/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/document2html.xsl,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- document2html.xsl	2000/07/31 20:39:57	1.2.2.2
  +++ document2html.xsl	2000/08/31 14:51:02	1.2.2.3
  @@ -136,14 +136,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 -->
   <!-- ====================================================================== -->
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.3   +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.6.2.2
  retrieving revision 1.6.2.3
  diff -u -r1.6.2.2 -r1.6.2.3
  --- document2html.xsl	2000/05/26 15:16:53	1.6.2.2
  +++ document2html.xsl	2000/08/31 14:51:06	1.6.2.3
  @@ -374,12 +374,8 @@
     <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>
   
   <!-- ====================================================================== -->