braykov
Member³
We get an error trying to beatify the following:
The bigger problem is that putting --NoFormat Start/End around this select changes nothing.
We needed to suppress beautification of the whole procedure.
Code:
SELECT XMLQuery('copy $d := $se
modify (
for $i in $d/PmtInf/DrctDbtTxInf/DrctDbtTxInf/DrctDbtTx/MndtRltdInf/AmdmntInfDtls/OrgnlCdtrSchmeId/Id/PrvtId/Othr/SchemeNm
return rename node $i as "SchmeNm"
)
return $d' passing v_domxml AS "se" RETURNING content)
INTO v_domxml
FROM dual;
The bigger problem is that putting --NoFormat Start/End around this select changes nothing.
We needed to suppress beautification of the whole procedure.