This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author phr
Recipients
Date 2007-04-11.06:25:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The xml.etree docs vaguely mention an implementation-dependent Element interface without describing it in any detail.  I could not figure out from the docs how to get the tag name of an element returned from (say) the getiterator interface.  That is, for an element like <foo/>, I wanted the string "foo".  Examining the library source showed that e.tag does the job, at least some of the time, and that was enough to get my app working.  Could the actual situation please be documented--thanks.
History
Date User Action Args
2007-08-23 14:53:02adminlinkissue1698167 messages
2007-08-23 14:53:02admincreate