xpath的查询,搞不定了,大家进来帮帮忙吧
<Config>
<Status>
<Free> 空闲 </Free>
<Renting> 出租 </Renting>
</Status>
</Config>
我想根据节点的value获取到节点名称,
例如:根据“空闲”获取到节点名称“Free”
如何写这个查询的xpath呢?
[解决办法]
//node()[text()= '空闲 ']