xml processing
Jeff Elkins
jeffelkins at earthlink.net
Wed Jun 1 08:49:52 EDT 2005
I've like to use python to maintain a small addressbook which lives on a Sharp
Zaurus. This list will never grow beyond 200 or so entries. I've installed
pyxml.
Speaking generally, given a wxpython app to do data entry,
I'm planning to:
1. parse the addressbook file, loading its data into an array.
2. Perform any edit operations within the array.
3. Write out a finished xml file from the array when I'm done.
Is this reasonable? Better, smarter ways to accomplish this?
Thanks for any advice.
Jeff Elkins
More information about the Python-list
mailing list