Skip to Main Content

APEX

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!

Load the contents of an XML tag into an Apex item

sdkdev23 hours ago — edited 21 hours ago

Hello,

I have a table with a CLOB column that contains an xml.

I want to load the contents of a tag of this XML into an item in my APEX page.

Example <code>12345 </code>

I want my item to load with the value 12345

In

In addition, I want to change the contents of this tag from page item value and save it in the same table by crushing the old XML.

Thank you.

Comments
Post Details
Added 23 hours ago
5 comments
51 views