Search Results

0
votes

Using an XML catalog with Python’s lxml?

Can you give an example? According to the lxml validation docs, lxml can handle DTD validation (specified in the XML doc or ex …
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 …