Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Use a variable value in a Xpath expression

Mike.DiJul 15 2009 — edited Jul 16 2009
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 12 2009
Added on Jul 15 2009
3 comments
1,048 views