<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hello,<div><br></div><div>I am a novice Python user. I am using Python to parse some hardware specifications and create xml files from them.</div>
<div>I generate dict of really huge sizes. (I am parsing some 10,000 register definitions.)</div><div>So, it looks like : {elem1,elem2, elem3,dict1,{elem4,elem5, dict2 {elem6, elem7, dict3{.....}}}}.</div><div><br></div><div>
Is it possible to parse such dictionaries into xml without any new tags other than tags used in dictionaries. </div><div><br></div><div>Thanks,</div><div>Abhijeet</div></span>