R
ricky
I want to return with only one xpath expression the first following
node relative to a node with a XPTO attribute.
Example:
<node>
xxx
</node>
<node XPTO="true">
yyy
</node>
<node>
zzz
</node>
i want to return a reference to the node:
<node>
zzz
</node>
thanks in advance
ricky
node relative to a node with a XPTO attribute.
Example:
<node>
xxx
</node>
<node XPTO="true">
yyy
</node>
<node>
zzz
</node>
i want to return a reference to the node:
<node>
zzz
</node>
thanks in advance
ricky