T
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 <title> 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
the datatype (which should be taken from XML Schema?)
Trond
type of each element in the XML file based on the XML Schema URI given. IE,
the <title> 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
the datatype (which should be taken from XML Schema?)
Trond