FWIW, the page http://xerces.apache.org/#xerces2-j claims "XML 1.1 (2nd Edition)"
Gary From: [email protected] [mailto:[email protected]] Sent: Friday, January 22, 2010 10:46 To: [email protected] Cc: [email protected] Subject: Re: Parser passes garbage to characters() callback for XML containing character entities > I can reproduce a problem parsing certain XML 1.1 files that contain lots of > character entities (escaped control chars like ""). > At some point in the file the parser calls my characters() method with > garbage text. In XML 1.0, most control characters were simply illegal. Did we ever update the Apache code to handle XML 1.1?
