Re: XML validationg against XSD file in Python

2006-06-29 Thread Jarek Zgoda
[EMAIL PROTECTED] napisaƂ(a): > I have tried searching for tips or tutorials on validating an XML file > against and XSD file in python but I haven't had any luck. Can someone > point me in the right direction to how this would be achieved. I've > read that Python has built in libraries for DTD va

XML validationg against XSD file in Python

2006-06-28 Thread colincolehour
I have tried searching for tips or tutorials on validating an XML file against and XSD file in python but I haven't had any luck. Can someone point me in the right direction to how this would be achieved. I've read that Python has built in libraries for DTD validation but nothing about XSD. Thanks