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]
Other format: [Raw text]

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



> 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


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