Use a variable value in a Xpath expression
Mike.DiJul 15 2009 — edited Jul 16 2009Hi,
I am performing a cycle While in an Bpel process and I'm using a variable index to be incremented.
I want to use the index variable in my Xpath expression to select the correct node to update.
I.E
<list>
<item>One</item>
<item>Fox</item>
<item>Lib</item>
<item>tre</item>
<item>Void</item>
</list>
How can I build my Xpath expression ? I tried /list/item [index] but it does not work.
Edited by: user1758242 on 15-lug-2009 8.47