tags:

views:

63

answers:

2

Anybody knows good Linux XML parser library available, and how to set it up and use it? Thanks.

+4  A: 

libxml2 is pretty much the standard XML parser library on Linux.

For C++, I'd recommend the libxml++ bindings

Brian Campbell
Thanks Brian, it is very nice to get your suggestion.
A: 

LibXML — it has bindings for lots of different languages, and most distributions make it available via their package repositories.

David Dorward
which one is good for C++?