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

sdkdevDec 18 2025 — edited Dec 18 2025

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 on Dec 18 2025
11 comments
277 views