Re: [xsl] namespace output problem

Subject: Re: [xsl] namespace output problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 5 Nov 2001 14:31:58 GMT
simplest is to remove 

exclude-result-prefixes="updg"

since you do want this prefix output.

and then move the 

xmlns:updg="urn:schemas-microsoft-com:xml-updategram"

in your stylesheet off the xsl:stylessheet element and on to the ROOT
literal result element.

then it will only be in scope in the places you want it to be in scope,
and it will appear in the output where you need it to appear.

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
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread