Search Results

8
votes

How do I validate xml against a DTD file in Python

Another good option is lxml's validation which I find quite pleasant to use. A simple example taken from the lxml site …