XML LPX-00209 Error
I have one clob field with xml content and i want to use them
with
l_parser := dbms_xmlparser.newParser;
dbms_xmlparser.parseClob(l_parser,p_xml);
without this value <?xml version="1.0" encoding="UTF-8"?>
What the simplest way.
Thaks.