Storing (retrieving) data in (from) an XML file
Hi all,
I'm looking at storing some simple objects in XML files or a single XML file.
I was just wondering if J2ME CDC/Personal Profile has any packages that I should look into using. The idea is I'll have some (0..n) top level documents with 0..n name-value pair attributes and 0..n child documents.
I plan to use XML because of it's platform independance, and since the data I'm planning to store will not be overly complex or of large quantities I believe this to be a reasonable choice.
If anyone would like to suggest a different platform for data storage I'd be interested to hear your case.
So, does anyone have any idea on what packages I should be looking at or perhaps some examples?
Thanks in advance,
Joe

