Re: [xsl] How do I suppress a namespace declaration for "xml:" using Saxon?

Subject: Re: [xsl] How do I suppress a namespace declaration for "xml:" using Saxon?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 26 Mar 2002 08:39:27 GMT
> This works, except I get declaration like this on the output element:
> 
> <thingy xmlns:xml="xml" 

i would guess that you have xmlns:xml="xml" in your stylesheet if so
take it out, it is replacing the built in binding of teh xml: prefix to
a binding to the relative URI "xml".

If you haven't got a declaration for the xml: prefix anywhere in your
stylesheet or input and you are getting that output, it's a bug in teh
xslt system.

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