xml如下
<?xml version="1.0" encoding="utf-8"?>
<data>
    <info>
        <dll name="a1" msgid="1" structname="T1">a1</dll>
        <dll name="a2" msgid="1" structname="T2">a2</dll>
    </info>
</data>
请问该如何解析?谢谢

解决方案 »

  1.   

    Look this !http://www.codeproject.com/KB/recipes/xmlite.aspx
      

  2.   

    or this !http://www.codeproject.com/KB/trace/C___XML_wrapper.aspx
      

  3.   


    tinyxmlTinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML. http://sourceforge.net/projects/tinyxml/
      

  4.   

    各位能否详细点,公司不能上外网,只能CSDN,拜托了!感谢各位
      

  5.   

    个人认为 Markup 类最简单实用
      

  6.   

    最近用了tinyxml,觉得还不错,其它没用过。
      

  7.   

    谢谢各位,解决了,参照的http://topic.csdn.net/u/20070906/15/69DFD6CC-42F4-4B76-8BB6-28FEBBFABE90.html