Top "Extract-value" questions

Extracting values from xml in Oracle PL/SQL

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <ShipmentTrackingResponse xmlns="http://…

plsql xml-parsing extract-value
How to Extract xmltype as xml in Oracle

I am trying to extract xml from the xmltype doc. DECLARE xmlData XMLType; sDocumentId VARCHAR2(100); sFormat VARCHAR2(100); cData CLOB; BEGIN …

oracle plsql xmltype extract-value
Extract/extractValue for tags with a namespace

I am trying to extract the value of a tag with a name space in Oracle 10g. My query is …

xml oracle plsql extract extract-value