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
2010-09-23 20:01:41
Thanks Brian, it is very nice to get your suggestion.
2010-09-24 04:52:05
A:
LibXML — it has bindings for lots of different languages, and most distributions make it available via their package repositories.
David Dorward
2010-09-23 20:01:57