[Home] [By Thread] [By Date] [Recent Entries]
Michael Clark wrote:
I've tried, I really have, but I can't come up with a solution to this.
Try something like
<xsl:template match="*">
<xsl:element name="{local-name()}" namespace="http://wibble.com/ns">
<xsl:copy-of select="@*/>
<xsl:apply-templates/>
</xsl:element>
</xsl:template>Add identity templates for PI and comments and/or special attribute processing at leisure. J.Pietschmann XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



