You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2001/07/27 15:36:04 UTC

cvs commit: xml-cocoon2/webapp/stylesheets/page simple-page2html.xsl

haul        01/07/27 06:36:04

  Modified:    webapp/stylesheets/page simple-page2html.xsl
  Log:
  Added copy all elements to output bc referer example doesn't
     work otherwise (needs links)
  
  Revision  Changes    Path
  1.2       +4 -0      xml-cocoon2/webapp/stylesheets/page/simple-page2html.xsl
  
  Index: simple-page2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/stylesheets/page/simple-page2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- simple-page2html.xsl	2001/05/09 20:50:12	1.1
  +++ simple-page2html.xsl	2001/07/27 13:36:04	1.2
  @@ -38,4 +38,8 @@
      </p>
     </xsl:template>
   
  +
  +  <xsl:template match="@*|node()" priority="-2"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
  +  <xsl:template match="text()" priority="-1"><xsl:value-of select="."/></xsl:template>
  +
   </xsl:stylesheet>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org