[Pythonmac-SIG] In a python method, I want to convert a XML string into a dictionary...

Frederic Quin frederic.quin@free.fr
Thu, 05 Oct 2000 11:23:26 +0200


Hi all,


I would like to create a python method which take a parameter xml_string
and return a dictionary containing all tags, values and attributes. I
know that it exists some modules for xml conversions but I don't know
very much how to use them. I am novice in Python so it's a little bite
difficult for me to understand the codes...


Thanks


Fred