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!

XPath array indexing

783026Aug 9 2010 — edited Aug 9 2010
I am trying to use the XPATH expression builder to iterate thru a array of strings and concatenate them into one single string field. I have top level element called "counter" which has a array of element "approvers" which in turn contains the string approver. I need to concatenate all the approvers in to one field. I am able to get the count by using

count(bpmn:getDataObject('counter')/approvers)


I do not know how to write the looping logic to iterate thru the array and pick out the string value for each of the index. Can some one please help me or point to any tutorials.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 6 2010
Added on Aug 9 2010
1 comment
1,574 views