开发者

XML parser needed [closed]

开发者 https://www.devze.com 2023-01-25 22:50 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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

精彩评论

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