c++ - Read XML on LINUX -


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

You try simple and fast XML parser for light weight, C ++ See

as the second option

Comments