[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Avoiding Namespace Declarations in Output


Subject: Re: [xsl] Avoiding Namespace Declarations in Output
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 22 Sep 2009 18:42:27 +0200

rowan@xxxxxxxxxxxxxxxxxxxxx wrote:

How do I avoid unwanted namespace declarations appearing in output from
XSLT created by xsl:copy-of?

<xsl:copy-of select="NagDelay"/>

With XSLT 2.0 you can use
<xsl:copy-of select="NagDelay" copy-namespaces="no"/>



--


	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/


Current Thread
Keywords