Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Read XML on LINUX

Tags:

c++

linux

xml

I have requirement where we have to read a small XML file on Linux. Our application is in C++ and I like to use any light weight XML library. Please suggest me the library. Thanks

like image 268
CrazyC Avatar asked Mar 17 '11 04:03

CrazyC


1 Answers

You can Try pugixml Light-weight, simple and fast XML parser for C++

As a 2nd option look at TinyXML

like image 124
anubhava Avatar answered Sep 26 '22 20:09

anubhava