haul 01/07/27 06:56:28 Modified: webapp/stylesheets/page Tag: cocoon_20_branch simple-page2html.xsl Log: Added copy all templates, otherwise referer example doesn't work (needs links) Revision Changes Path No revision No revision 1.1.1.1.2.1 +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.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- simple-page2html.xsl 2001/05/09 20:50:12 1.1.1.1 +++ simple-page2html.xsl 2001/07/27 13:56:28 1.1.1.1.2.1 @@ -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: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]