in reply to Re: Failure to insert XML blob into oracle database
in thread Failure to insert XML blob into oracle database

Hi poj,

Thank you! Adding the

$twig->parse($tst_xml); $tst_xml = $twig->sprint;# add
solved the problem.