[
Lists Home |
Date Index |
Thread Index
]
This is probably the kind of thing that only interests conformance
testers, but:
With the following XML document, I get three different results from
different parsers.
<doc xmlns:xml="http://www.w3.org/XML/1998/namespace"/>
Crimson rejects it.
AElfred accepts it, and doesn't notify the namespace to the SAX2
ContentHandler.
Piccolo accepts it, and does notify the namespace to the SAX2
ContentHandler.
Any opinions on which is right?
Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com
|