Hi,
Is it possible to extract XML version and encoding from XML prolog in XMLType with XML functions?
Let's say we have:
<?xml version="1.0" encoding="UTF-8"?>
<root>
</root>
I need to get either version and encoding values or whole XML prolog preferably with XML functions, f. ex. XMLTABLE. String/CLOB functions would be the second choice if that is not possible.