Thursday, 19 September 2013

Python xml.dom.minidom schema validation

Python xml.dom.minidom schema validation

Is there any pure python way to validate xml files with xsd. My python
version is 2.x and the code is already using xml.dom.minidom for xml
parsing, so I cannot use element tree and lxml

No comments:

Post a Comment