【发布时间】:2013-02-12 06:53:26
【问题描述】:
我在 MFC 工作
我想从 XML 获取所有节点,属性有一些值但值不应该为空,如果没有属性不应该选择节点
<node att="sss"> - should be selected
<node att="sd342ss"> - should be selected
<node att=""> - empty value should not be selected
<node > - not having attribute should not be selected
如何为此创建 XPATH?
【问题讨论】:
标签: c++ xml visual-c++ mfc msxml