Re: [xsl] Effect of default namespace specifications on imports

Subject: Re: [xsl] Effect of default namespace specifications on imports
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 28 Oct 2012 11:29:18 +0000
On 28/10/2012 11:17, Ihe Onwuka wrote:

For 2.0 only the <xsl:element name="{local-name}"> can be replaced by <xsl:copy copy-namespaces="no">



Well I can say it worked for moving things from the null namespace
to the desired one without contradicting Ken,


xsl:copy won't change the namespace of the copied element so this
instruction must always have been masked by higher priority templates if
the namespaces were changed.

David


-- google plus: https:/profiles.google.com/d.p.carlisle

Current Thread