选取 attr 属性为 value 的 node 节点:
attr
value
node
node[@attr="value"]
选取 node 节点的所有文本:
node/text()
选取文本内容为 value 的 node 节点:
node[text()="value"]