Paul Brown wrote: >>-----Original Message----- >>From: Edwin Goei [mailto:[EMAIL PROTECTED]] >>I believe, the fact that the Sun JDK contains Xalan or >>Crimson or some other implementation is an implementation >>detail. > > > It's worse than that! Crimson is non-compliant with the SAX API because it spits >out null URI's on start/endElement events. Not only do developers have to be careful >that they get the specific implementation that they need, they have to be careful >that some hapless user isn't attempting to drive their software with an out-of-spec >implementation!
I just did a quick check with JDK 1.4.0 and could not reproduce the problem. I found that the namespaceURI argument is the empty string and instead of null. -Edwin
