[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] namespace-unawareness
- From: Michael Kay <mike@saxonica.com>
- To: xml-dev@lists.xml.org
- Date: Thu, 18 Nov 2010 09:47:02 +0000
> Perhaps this was due to having passed the SAX Source to an xslt
> transformer (saxon). I suppose it's possible saxon changed the
> namespace-awareness after I had already set it?
Yes, if you supply an XMLReader to Saxon, Saxon will set it to
namespace-aware before calling it. Some applications might be able to
handle XML that isn't namespace-well-formed, but XSLT can't. If you
really want to handle such documents in XSLT, your best bet is to
replace the ":" characters by something else, e.g. "..".
Michael Kay
Saxonica
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]