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: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]