Anybody 开发者_StackOverflow社区knows good Linux XML parser library available, and how to set it up and use it? Thanks.
libxml2 is pretty much the standard XML parser library on Linux.
For C++, I'd recommend the libxml++ bindings
LibXML — it has bindings for lots of different languages, and most distributions make it available via their package repositories.
精彩评论