What is the best way to validate xmls against my dtd in python?
 
I dont see minodom doing this. 
 
Sax has dtd validation, but does not complain on dtd violations. (it
does access the dtd, if it does not find dtd it complains me.)
 
I am using python 3.1 on Win32 machine.
 
I was planning to try lxml2.2.4 but it shows DLL importerror. I posted
the problem on this forum a few days back, but there is no reply on
that.
 
Any help?!
 
Regards
Ashish
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to