标签: xpath
为了在文档中找到名称为myAttr的所有属性,我可以执行此操作//@myAttr,但如果我想指定根并仍然在文档中找到具有该名称的所有属性,该怎么办?像/root/{whatever_or_nothing}/@myAttribute
myAttr
//@myAttr
/root/{whatever_or_nothing}/@myAttribute
答案 0 :(得分:0)
这样怎么样:
/root//@myAttribute