On 2011-01-31, Daniel Stender <dan...@danielstender.com> wrote: > Hi guys, > > we are trying to convert a Sanskrit dictionary which is in a > "homegrown" XML format into dict(d), the input file goes like > this:
xml.etree.ElementTree will parse your file and return it as a hierarchy of dict-like Element objects. -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list