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 generate the xml (group of tags) with multiple times??

User_8849SMar 12 2022

Hi Team,
I'm having the parameter's list in one of the master detail table, I want to generate the xml tags for Parameter name & value. Could you please help us on this?
Xml:

<pub:item>
   <pub:name>p_from_date</pub:name>
<pub:values>
   <pub:item>10-01-2019</pub:item>
</pub:values>
</pub:item>

I want to generate the above xml with multi records

Regards,
Praveen

This post has been answered by cormaco on Mar 12 2022
Jump to Answer

Comments

Post Details

Added on Mar 12 2022
3 comments
425 views