How can I read/write XML files using C++ on Linux RedHat platform? Is there any C++ parser to manage XML files? Where can I find it?
Thanks!
Printable View
How can I read/write XML files using C++ on Linux RedHat platform? Is there any C++ parser to manage XML files? Where can I find it?
Thanks!
Simply use a search engine such as Google and look for "XML parser C++"... ;)
My preference is libxml, which is probably already bundled with your Red Hat installation.
As far as I know even Expat is bundled with some of Linux flavors.
bashish