[Home] [By Thread] [By Date] [Recent Entries]
I realise I am actually offending the XSL standard nearly dayly. Oh well, not _that_ often actually, but I kind of developed the habit to add things like the following to my stylesheets: <xsl:template match="@*|node()"> <xsl:copy-of select="." /> </xsl:template> <xsl:template match="*">
<xsl:copy>
<xsl:apply-templates select="@*|node()" />
</xsl:copy>
</xsl:template>(sorry to bother)
|

Cart



