pyXML (0.8.1): ignoring DTD part...
Martin v. Löwis
loewis at informatik.hu-berlin.de
Tue Oct 8 09:16:45 EDT 2002
More information about the Python-list mailing list
Tue Oct 8 09:16:45 EDT 2002
- Previous message (by thread): PyErr_Occurred() and debugging
- Next message (by thread): pyXML (0.8.1): ignoring DTD part...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Gillou" <nospam at bigfoot.com> writes: > I want to carry on parsing even if there's no DTD > > Any hint ? If you parse using SAX, set a EntityResolver, and resolve the DTD entity to an empty input stream. Regards, Martin
- Previous message (by thread): PyErr_Occurred() and debugging
- Next message (by thread): pyXML (0.8.1): ignoring DTD part...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list