Re: [XML-SIG] Where is the xml.dom.ext package in current pythondistributions? .ext documentation?

2007-02-08 Thread Anastasios Hatzis
Martin v. Löwis wrote: > Anastasios Hatzis schrieb: >> Is the xml.dom entirely -with all subpackages/modules- available under >> the same package in Python? > > Not at all. Not with all subpackages; primarily, just minidom is > included (and pulldom and the DOM builder). > ... Martin, many th

[XML-SIG] reading XML file defined by XSD

2007-02-08 Thread Mokhtar BEN MESSAOUD
Hi I have an xml file defined with an XSD file I need to create a GUI for editing this XML file so I need to retrieve XML value and its type ( defined in the XSD file) Is there a python module that allow that? Regards __