Re: [xsl] How to get rid of some namespace declarations

Subject: Re: [xsl] How to get rid of some namespace declarations
From: Manfred Staudinger <manfred.staudinger@xxxxxxxxx>
Date: Fri, 12 Jun 2009 10:47:54 +0200
On 12/06/2009, David Carlisle <davidc@xxxxxxxxx> wrote:
>
> oh sorry I think xf was coming from input not the stylesheet in which
> case you may also need teh xslt 2 feature:
>
> <xsl:copy-of copy-namespaces = "no"
>
> when you use xsl:copy.

Adding the copy-namespaces="no" to all xsl:copy and xsl:copy-of
is the solution. Thank you, David!

Manfred

Current Thread