I am writing a small Python application for distribution. I need to enable simple XML validation (this is a debugging tool), but I want to avoid any dependencies on compiled C libraries such as lxml or pyxml, as they will make the resulting application much more difficult to distribute. I can not find anything like the score - for DTD, Relax NG or XML Schema. Any suggestions?
source
share