how to deal with XML ?

Hello ,
What is The XML Libraries in c++ and how to use them ?
thanks
Which library is most approriate depends on your use. But this thread might be of interest

"Best open XML parser for C++"
http://stackoverflow.com/questions/170686/best-open-xml-parser-for-c

TinyXML is quite popular (there are various threads about it on this site)
http://sourceforge.net/projects/tinyxml/

I generally use Expat. This is C rather than C++, but I wrap it in either my own classes or use expatpp.
http://expat.sourceforge.net/
http://www.oofile.com.au/xml/expatpp.html

Another well known library is Xerces.
http://xerces.apache.org/xerces-c/

I am less familiar with the others mentioned in the StackOverflow thread.

Andy

Topic archived. No new replies allowed.