<grand id="grand">
<parent>
<child age="18" id="#not-grand"/>
<child age="20" id="#grand"/> <!-- This is what I want to locate -->
</parent>
</grand>
有人可以告诉我如何表达对第二个孩子的定位吗?
这不行...
"/grand/parent/child[@id=concat('#',/grand/@id)]/@age"
谢谢。
对不起。表达式确定。我发现我在其他方面遇到了一些问题,而不是表达本身。