[Home] [By Thread] [By Date] [Recent Entries]

  • From: Michael Kay <mike@s...>
  • To: xml-dev@l...
  • 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]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member