Subject: Re: [xsl] Replacing default namespace From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Sun, 01 Jul 2007 23:54:57 +0200 |
To avoid that use a template like this
<xsl:template match="*"> <xsl:element name="{name()}" namespace="{namespace-uri()}"> <xsl:apply-templates select="@* | node()"/> </xsl:element> </xsl:template>
for element nodes that you want to copy without its namespaces nodes.
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Replacing default namespa, Abel Braaksma | Thread | Re: [xsl] Replacing default namespa, Martin Honnen |
Re: [xsl] Replacing default namespa, Abel Braaksma | Date | [xsl] how to include & url, Garry Searle |
Month |