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 Penton" <dpenton@xxxxxxxxxxxxx>
Date: Tue, 26 Mar 2002 04:49:21 -0500
Thanks David.  I should have mentioned that I do *not* have xmlns:xml="xml"
either in the stylesheet or in the input xml.  Perhaps I should post my
question to the Saxon list.

----- Original Message -----
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, March 26, 2002 3:39 AM
Subject: Re: [xsl] 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
>



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


Current Thread