I need to validate an XML string (and not a file) against a DTD description file.
How can that be done in python?
|
3
|
I need to validate an XML string (and not a file) against a DTD description file. How can that be done in python?
|
|||
|
|
|
|
Another good option is lxml's validation which I find quite pleasant to use. A simple example taken from the lxml site:
|
||
|
|
|
|
PyXML will do the trick http://pyxml.sourceforge.net/ |
||
|
|