I can't give you the source, but just so you know that it's possible, we did port expat a couple of years ago. Also to let you know, it wasn't fun.
-Jon ------------------------------------------- Jonathan Hays Palm OS Certified Developer http://hazelware.luggle.com ------------------------------------------- -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Logan Shaw Sent: Tuesday, December 21, 2004 1:02 AM To: Palm Developer Forum Subject: Re: XML support Ashutosh Kumar wrote: > I am using netlib to communicate with a web service which accepts and > reutnr data in xml.i need to parse the xml data which the service > returns and comsume it.but there is no xml support for palm. > > Where can I get a xml library,albeit lightweight, to achive this > purpose. Has anyone tried porting expat ( http://sourceforge.net/projects/expat/ )? Parsing XML is just string parsing, so it doesn't seem like any exotic OS features would be needed. It might use a lot of memory or something, but hopefully it shouldn't be much larger than whatever size XML messages you're using. (Actually, based on the model, which involves callbacks, there is no obvious reason it should need lots of memory.) Plus it has a very liberal license that grants you license "to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software" provided that you include the copyright notice. - Logan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
