[Python-Dev] Python XML Validator

Aahz aahz at pythoncraft.com
Mon Mar 3 15:16:36 CET 2008


On Thu, Feb 28, 2008, Medhat Gayed wrote:
>
> I tested and tried a few XML validators but none of them is able to
> successfully validate a string of xml (not a file just a string) to
> programatically be able to validate messages of xml that flow in and
> out of the different systems.  Teh validators I used were XSV, oNVDL
> and lxml, can we implement a pure python module for validating strings
> of xml using XML Schema (not DTD).

We certainly "can", for values of "we" that include "you".  ;-)  IOW,
please write it yourself and post it to PyPI.  Or find someone else to do
the work, but in any event, python-dev is not an appropriate place to
discuss it.  Try comp.lang.python, perhaps, or a Python/XML mailing list.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"All problems in computer science can be solved by another level of     
indirection."  --Butler Lampson


More information about the Python-Dev mailing list