Ismael Garrido wrote:
Kent Johnson wrote:

Are you creating a tree to represent XML data? There are many packages available that do this. You might want to look at ElementTree which is one of the easiest to use. In fact, even if you aren't trying to represent XML you might find ElementTree useful.
http://effbot.org/zone/element.htm


Kent


Yes, that was my intention. ElementTree looks very interesting. Thanks for the suggestion.

You can find other ideas here: http://www.xml.com/pub/a/2004/10/13/py-xml.html

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to