当前位置: 代码迷 >> ASP.NET >> 关于操作xml,获取特定节点,该怎么处理
  详细解决方案

关于操作xml,获取特定节点,该怎么处理

热度:9096   发布时间:2013-02-25 00:00:00.0
关于操作xml,获取特定节点
XML code
<emotions><emotion><phrase>[织]</phrase><type>face</type><url>http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/41/zz2_org.gif</url><is_hot>false</is_hot><is_common>true</is_common><order_number>0</order_number><category/></emotion><emotion><phrase>[神马]</phrase><type>face</type><url>http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/60/horse2_org.gif</url><is_hot>false</is_hot><is_common>true</is_common><order_number>0</order_number><category/></emotion><emotions>


如何获取到phrase为[织]的emotion节点对象

------解决方案--------------------------------------------------------
http://blog.csdn.net/wf520pb/article/details/2644549
------解决方案--------------------------------------------------------
output:

<emotion><phrase>[织]</phrase><type>face</type><url>http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/41/zz2_org.gif</url><is_hot>false</is_hot><is_common>true</is_common><order_number>0</order_number><category /></emotion>
  相关解决方案