[New-bugs-announce] [issue16798] DTD not checked

Javier Domingo report at bugs.python.org
Fri Dec 28 02:37:09 CET 2012


New submission from Javier Domingo:

Hi,

I am trying to find any tip on how to use minidom or etree xml implementations to check the xml syntax.

I just found that the only way to check xml syntax throught dtds is using lxml.

Would it be possible to implement this in the minidom or ElementTree default lib?

I have seen bug http://bugs.python.org/issue2124 that speaks about the dtds fetch, but didn't see any place where it speaks about them being checked.

----------
components: XML
messages: 178353
nosy: txomon
priority: normal
severity: normal
status: open
title: DTD not checked
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list