Quoth Catherine Heathcote <catherine.heathc...@gmail.com>: > all goes well. I have an idea for a small project, an overly simplistic > interactive fiction engine (well more like those old choose your own > adventure books, used to love those!) that uses XML for its map files. > The main issues I see so far is the XML parsing (I should pick that up > ok, I have a blackbelt in google-foo), but more importantly splitting
Others have answered your other question, but I thought I'd mention that you will probably want to take a look at the ElementTree module. --RDM -- http://mail.python.org/mailman/listinfo/python-list