This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xmlns in an attribute



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]