DTD validation and xmlproc

Stefan Behnel stefan_ml at behnel.de
Wed Apr 23 14:50:59 EDT 2008


mmm wrote:
> I am willing to learn and use new xml procedures, but I found nothng
> pre-written to validate agaisnt a given DTD file.
> 
> Any advice would be welcome, even a good tutorial on XML validation
> usiog Python.

Regarding that part, try lxml.

http://codespeak.net/lxml
http://codespeak.net/lxml/tutorial.html
http://codespeak.net/lxml/validation.html

Stefan



More information about the Python-list mailing list