Craig, > The first choice (and what my app. server talks with right now) is XML, > since my data is really OO. But I've seen that XML is pretty much not > supported on the Palm.
I have written a simple XML-parser for Palm, implemented as a static library with callbacks for parsing events like start-tag, end-tag, text, etc. Look at http://www.idi.ntnu.no/~hal/development/palm/xmllib.html. It's got several limitations, but is useful if you can control the validity of the XML. Hallvard -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
