Chris Young wrote:
I think I'm just going to go with a simple XML external file to hold the data I need.. it really is going to be just a simple single user database holding just simple name/address/phone number info.
With a flat list like that you could just as well use a simple tab-delimited format. It would be much simpler to parse, and you could even dump the contents into a field for a list view without modification.
-- Richard Gaskin Managing Editor, revJournal _______________________________________________________ Rev tips, tutorials and more: http://www.revJournal.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
