Thanx for the link! You wouldn't happen to have a sample app or some quick pseudocode to jump-start with, would you? I've used SAX-type parsers elsewhere in Java, so I know that much.
Thanks regardless, Craig 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/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
