[jdom-interest] Preparing JDOM 1.1.2 ?

Elliotte Rusty Harold elharo at ibiblio.org
Thu Aug 25 18:54:22 PDT 2011


I don't have a github account but something is off here, and it may
not be JDOM. Jason says:

"I did a simple test and printed out what was being given to SAXHandler
by the parser. Sure enough, on this document when validation is turn
on, the SAX parser is reporting two attributes with the same qname
(which happens to be the local name since they are both unprefix), but
in different namespaces."

That should *NOT* be happening. There is no such thing as an
unprefixed attribute that is in a namespace. That simply does not
exist in XML. If the parser is reporting such an attribute, the parser
is *wrong*. If XML Schema can define an unprefixed attribute in a
namespace, then XML Schema is *wrong*.

-- 
Elliotte Rusty Harold
elharo at ibiblio.org


More information about the jdom-interest mailing list