You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@locus.apache.org on 2000/12/22 15:32:34 UTC

cvs commit: xml-cocoon/webapp/stylesheets dynamic-page2html.xsl

bloritsch    00/12/22 06:32:33

  Modified:    webapp/stylesheets Tag: xml-cocoon2 dynamic-page2html.xsl
  Log:
  Without the change, the attributes are being optimized away.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +1 -1      xml-cocoon/webapp/stylesheets/Attic/dynamic-page2html.xsl
  
  Index: dynamic-page2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/stylesheets/Attic/dynamic-page2html.xsl,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- dynamic-page2html.xsl	2000/08/31 15:40:05	1.1.2.3
  +++ dynamic-page2html.xsl	2000/12/22 14:32:33	1.1.2.4
  @@ -73,7 +73,7 @@
     
     <xsl:template match="*|@*" priority="-1">
      <xsl:copy>
  -    <xsl:apply-templates/>
  +    <xsl:apply-templates select="*|@*"/>
      </xsl:copy>
     </xsl:template>