Skip to Main Content

DevOps, CI/CD and Automation

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!

How to Iterate through the Nodelist, parse each Node and process it

586791Aug 8 2007 — edited Aug 11 2007
Hi,

I am using Oracle BPEL and at a particular place I am getting a Nodes List. eg.
<stataus>
....
....
</stataus>
<stataus>
....
....
</stataus>
....
....
<stataus>
....
....
</stataus>

I want to loop through this status nodes list and extract each status Nodes and process them.
I thought of using XSLT templte but was not sure if I can use index(specify i) to get the ith Node out of the Node list
e.g.
<ns0:marketRunID>
<xsl:value-of select="/m:MarketStatus/m:MarketRun/m:marketRunID"/>
</ns0:marketRunID>

I am not sure which XML tech is best suited for parsing out individual status. I will not be able to use any Programming language like Java or .net for it.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2007
Added on Aug 8 2007
2 comments
7,053 views