Reputation: 15
Anybody knows good Linux XML parser library available, and how to set it up and use it? Thanks.
Upvotes: 1
Views: 6374
Reputation: 332886
libxml2 is pretty much the standard XML parser library on Linux.
For C++, I'd recommend the libxml++ bindings
Upvotes: 7