Just a beginner question. I'm using "xml.etree.ElementTree" module to create an XML document with Python 3.1 from another structured document.
However, I cannot seem to locate an ElementTree function that returns the index of an existing subelement. I'm sure it's in there somewhere.
Any help would be much appreciated.
Thanks,