cpython/Lib/xml
Martin v. Löwis ee1dc157d7 Move translation from expat.error to SAXParseException into feed, so that
callers of feed will get a SAXException.
In close, feed the last chunk first before calling endDocument, so that
the parser may report errors before the end of the document. Don't do
anything in a nested parser.
Don't call endDocument in parse; that will be called in close.
Use self._source for finding the SystemID; XML_GetBase will be cleared in
case of an error.
2000-10-06 21:08:59 +00:00
..
dom Use SAX2 namespace support. 2000-09-24 21:54:14 +00:00
parsers Add a wrapper around the pyexpat module, making the "public" name of 2000-09-23 04:44:43 +00:00
sax Move translation from expat.error to SAXParseException into feed, so that 2000-10-06 21:08:59 +00:00
__init__.py Include the version-detecting code to allow PyXML to override the "standard" 2000-09-25 17:30:17 +00:00