If I have a XML file like this:
<abc:persons>
<abc:person id="1">
...
</abc:person>
<abc:person id="2">
...
</abc:person>
</abc:persons>
Given this, what's the xpath expression will be if I want to select person with id is 1.
Thanks.
If I have a XML file like this:
<abc:persons>
<abc:person id="1">
...
</abc:person>
<abc:person id="2">
...
</abc:person>
</abc:persons>
Given this, what's the xpath expression will be if I want to select person with id is 1.
Thanks.