user448410
user448410

Reputation: 15

Linux XML parser library

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

Upvotes: 1

Views: 6374

Answers (2)

Brian Campbell
Brian Campbell

Reputation: 332886

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

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

Upvotes: 7

Quentin
Quentin

Reputation: 943645

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

Upvotes: 2

Related Questions