开发者

XML parser needed [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

i 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜