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 eli.bendersky, terry.reedy, txomon
Date 2012-12-29.01:22:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356744126.25.0.15518109792.issue16798@psf.upfronthosting.co.za>
In-reply-to
Content
I am currently using a subprocess with a call to xmllint to make it create a temporal file that gets created on execution for xmllint use.

I have seen about lxml, but I wondered if there is any place in the standard python to put xml validation
History
Date User Action Args
2012-12-29 01:22:07txomonsetrecipients: + txomon, terry.reedy, eli.bendersky
2012-12-29 01:22:06txomonsetmessageid: <1356744126.25.0.15518109792.issue16798@psf.upfronthosting.co.za>
2012-12-29 01:22:06txomonlinkissue16798 messages
2012-12-29 01:22:05txomoncreate