evaluateXPathAsString
Posted: 13 Feb 2014 20:57
Hi,
Ex: I have this xml:
<one>
<example>
<two>Hi</two>
</example>
<example>
<two>Martin</two>
</example>
</one>
evaluateXPathAsString(link, "one/example") return "Hi".
But if I wanted to refer to second <example> (Martin)?
Ex: I have this xml:
<one>
<example>
<two>Hi</two>
</example>
<example>
<two>Martin</two>
</example>
</one>
evaluateXPathAsString(link, "one/example") return "Hi".
But if I wanted to refer to second <example> (Martin)?