Thanks for the update Hallvard.....I'm actually using a port of TinyXML I made from the C++ version on SourceForge. The reason being I needed to be able to create documents also, which I didn't think was possible with SAX-type parsers. If I'm wrong, let me know.
Otherwise, I may use it for inbound messages where I need to read in a document. Thanx, Craig Hallvard Tr�tteberg <[EMAIL PROTECTED]> wrote in message news:65379@palm-dev-forum... > > 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/
