Re: XML Schema validation in Python

2008-03-04 Thread Stefan Behnel
[EMAIL PROTECTED] 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. http://codespeak.net/lxml/tuto

XML Schema validation in Python

2008-03-03 Thread Medhat . Gayed
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. The validators I used were XSV, oNVDL and lxml, can we implemen