我想得到地图是什么的名字的价值。 我不想迭代然后找到。我们有什么方法可以为它编写xpath吗?
拥有map = sec2
的节点的xpath是什么?请在下面找到xml。
<section-meta-data>
<section>
<name>Applicant Info</name>
<map>sec1</map>
</section>
<section>
<name>prior-insurance-coverage</name>
<map>sec3</map>
</section>
<section>
<name>hipaa-guarantee-issue-coverage</name>
<map>sec2</map>
</section>
<section>
<name>medical-info</name>
<map>sec7</map>
</section>
<section>
<name>medications</name>
<map>sec4</map>
</section>
</section-meta-data>
答案 0 :(得分:1)
使用以下表达式:
/section-meta-data/section[map='sec2']/name