XML parser needed [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
开发者_运维技巧 Improve this questioni have an XML document and i want to parse it using VC++, are there any opensource parsers are available? if so please let me know with some example..
Thanks
If you just need some data out of a XML document, I like to use TinyXML (http://sourceforge.net/projects/tinyxml/). This is a small, lightweight library and I even managed it to pack it into a single file to include in your project.
Xerces-C has a C++-API and ok. It is a "medium busy" project, I think. More busy and more standard is xmllib2, it has a C-API.
精彩评论