Subject: Re: xmlns in an attribute
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 19 Jun 2001 14:57:58 +0100
|
> I'm trying to add a namespace declaration to an element as I am
> copying it:
You can't. The namespace URI is conceptually part of the element name
and you can't use xsl:copy if you want to change the name.
You need to use
<xsl:element name="local-name()" namespace="kjhgkjgkg">
ie generate a name with the local name from the source, and the
new namespace URI.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
01285 884400.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|