[issue22750] xmlapp.py display bug when validate XML by DTD

Ferdinand report at bugs.python.org
Fri Nov 7 15:54:51 CET 2014


Ferdinand added the comment:

I found a solution :

from xml.sax import make_parser
from xml.sax.handler import feature_namespaces, feature_validation
from xml.sax.handler import ContentHandler, ErrorHandler, DTDHandler

With the library above, they is no display bug !

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22750>
_______________________________________


More information about the Python-bugs-list mailing list