Need to parse python dictionaries into xml

abhijeet thatte abhijeet.thatte at gmail.com
Tue Jun 15 21:05:21 EDT 2010


Hello,

I am a novice Python user. I am using Python to parse some hardware
specifications and create xml files from them.
I generate dict of really huge sizes. (I am parsing some 10,000 register
definitions.)
So, it looks like : {elem1,elem2, elem3,dict1,{elem4,elem5, dict2 {elem6,
elem7, dict3{.....}}}}.

Is it possible to parse such dictionaries into xml without any new tags
other than tags used in dictionaries.

Thanks,
Abhijeet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100615/62c56753/attachment.html>


More information about the Python-list mailing list