Re: Python and XML Schema

2006-01-25 Thread Dennis Benzinger
Trond wrote: > I have a need to, given a XML document with XML Schema defined, to get the > type of each element in the XML file based on the XML Schema URI given. IE, > the element is of simple datatype string. Is there any existing > Python libraries were I can parse the XML file, and for a g

Python and XML Schema

2006-01-25 Thread Trond
I have a need to, given a XML document with XML Schema defined, to get the type of each element in the XML file based on the XML Schema URI given. IE, the element is of simple datatype string. Is there any existing Python libraries were I can parse the XML file, and for a given node ask for th