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
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
__