greenrd 01/03/06 09:50:58
Modified: samples/sites/jakarta.apache.org page-html.xsl Log: fixed sample, thanks to [EMAIL PROTECTED] Revision Changes Path 1.6 +3 -2 xml-cocoon/samples/sites/jakarta.apache.org/page-html.xsl Index: page-html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon/samples/sites/jakarta.apache.org/page-html.xsl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- page-html.xsl 2000/03/01 16:05:36 1.5 +++ page-html.xsl 2001/03/06 17:50:57 1.6 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- Author: Stefano Mazzocchi "[EMAIL PROTECTED]" --> -<!-- Version: $Id: page-html.xsl,v 1.5 2000/03/01 16:05:36 stefano Exp $ --> +<!-- Version: $Id: page-html.xsl,v 1.6 2001/03/06 17:50:57 greenrd Exp $ --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> @@ -65,6 +65,7 @@ <xsl:template match="p|a"> <xsl:copy> + <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template> @@ -73,4 +74,4 @@ <a href="[EMAIL PROTECTED]"><xsl:apply-templates/></a><br/> </xsl:template> -</xsl:stylesheet> \ No newline at end of file +</xsl:stylesheet>
