[Home] [By Thread] [By Date] [Recent Entries]
first you need an identity template (see the faq or the example in the xslt spec) but it looks like <xsl:template match="node()"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template> then add templates for your extar elements, and you are done. David
|

Cart



