cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how to deal with XML ?
how to deal with XML ?
Dec 4, 2011 at 2:55pm UTC
Kareem Naguib
(3)
Hello ,
What is The XML Libraries in c++ and how to use them ?
thanks
Dec 4, 2011 at 4:14pm UTC
andywestken
(4094)
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.