I want to rewrite this xslt piece in XSLT 1.0, which does not support "copy-namespaces".
<xsl:copy-of copy-namespaces="no" select="maml:alertSet/maml:alert" />
How?
I want to rewrite this xslt piece in XSLT 1.0, which does not support "copy-namespaces".
<xsl:copy-of copy-namespaces="no" select="maml:alertSet/maml:alert" />
How?
The following mimics the XSLT 2.0 construct:
Create templates in a mode that will re-construct your nodes without namespaces:
Apply-templates for the desired element(s) in that mode: