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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to