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.