DBMS_XMLSAVE / DBMS_XMLSTORE
I'm going to replace DBMS_XMLSAVE in our code with the faster version i.e. DBMS_XMLSTORE. However, DBMS_XMLSAVE have some functions such as DBMS_XMLSAVE.setIgnoreCase , DBMS_XMLSAVE.setDateFormat or DBMS_XMLSAVE.setXSLT that seems do not exist in DBMS_XMLSTORE. Do you know what/where are the new functions?
Thanks,
Majid