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





-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to