Skip to Main Content

Database Software

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 do i split and assign values in nested nodes using Assign/XSLT in BPEL SOA?

User_JU665Dec 8 2020

Input-:

<input>1,2,3</input>

Required Output-:

<ABC>
  <AB>
    <result>1</result>
  </AB>
  <AB>
   <result>2</result>
  </AB>
<AB>
   <result>3</result>
  </AB>
</ABC>
Comments
Post Details
Added on Dec 8 2020
3 comments
126 views