xsl-list
[Top] [All Lists]

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

2012-10-28 06:29:28
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--