Skip to Main Content

SQL & PL/SQL

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!

Get values from XML Type String

User_2KOSNJun 28 2023 — edited Jun 28 2023

Hi - I've read many posts regarding getting values from XML type string field however none of them seem to work with the XML structure I am dealing with (this structure/string CANNOT be changed btw)

The string is:

<?xml version="1.0" encoding="us-ascii" standalone="yes"?><Entity label="EHCP Review Involvement"><AuditValues><value type="simple" label="Invision 360 Ref"><OldValue /><NewValue>INV0000001</NewValue></value></AuditValues></Entity>

..and I'd like to get the OldValue and the NewValue

..where the label="Invision 360 Ref"

Any help would be a life-saver !

Many thanks,

Mark

This post has been answered by BluShadow on Jun 28 2023
Jump to Answer
Comments
Post Details
Added on Jun 28 2023
2 comments
1,025 views