我的示例输入XML是:
<root> <a> <b>item</b> <b>item1</b> <b>item2</b> <b>item3</b> <b>item4</b> </a> </root>
我假设选择一个节点b,它的位置是一个变量的值。
如何使用变量的值来测试节点的位置?
你可以使用这个:
原文链接:https://www.f2er.com/xml/293905.html/root/a/b[position()=$variable]
position()是基于1