Click to See Complete Forum and Search --> : Xml Api


Sarkis
May 13th, 2006, 05:06 AM
I'm looking for a non COM XML API.

Thank you in advanced !

wildfrog
May 13th, 2006, 08:27 AM
Apache has one called Xerces (http://xml.apache.org/xerces-c/).

- petter

yeohhs
May 18th, 2006, 12:01 AM
You might also want to check out TinyXML.

TinyXml is a simple, small, C++ XML parser that can be easily integrating into other programs.

The URL is: http://www.grinninglizard.com/tinyxml/

Best Regards,
Yeoh