This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author txomon
Recipients txomon
Date 2012-12-28.01:37:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356658629.79.0.632401126307.issue16798@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-28 01:37:09txomonsetrecipients: + txomon
2012-12-28 01:37:09txomonsetmessageid: <1356658629.79.0.632401126307.issue16798@psf.upfronthosting.co.za>
2012-12-28 01:37:09txomonlinkissue16798 messages
2012-12-28 01:37:08txomoncreate