[Home] [By Thread] [By Date] [Recent Entries]
> <!-- remaining tree needs to go as is to output xml -->
identity transform: <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> <xsl:template match="//A/B"> You don't need the // in front of the A/B.. Cheers, Geert
|

Cart



