CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Chris Burdess <[EMAIL PROTECTED]> 06/02/17 15:10:41
Modified files: . : ChangeLog gnu/xml/stream : SAXParser.java XMLParser.java Log message: 2006-02-17 Chris Burdess <[EMAIL PROTECTED]> Fixes PRs 26319, 26320, 26321, 26322, 26325 * gnu/xml/stream/SAXParser.java: On error, reset parser before rethrowing exception. * gnu/xml/stream/XMLParser.java: Only report "illegal use of 1.1-style prefix unbinding in 1.0 document" error for xmlns prefixes, not xmlns attributes. Fix a problem with empty namespace stack at the end of a document. Permit parameter entity references in element and attribute-list definition name area. Corrected normalisation of whitespace character entity references in CDATA attribute values. Fixed number of characters read following a reset when detecting end of character data with characters after a Unicode surrogate pair. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6439&tr2=1.6440&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/xml/stream/SAXParser.java.diff?tr1=1.17&tr2=1.18&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/xml/stream/XMLParser.java.diff?tr1=1.23&tr2=1.24&r1=text&r2=text