A
ankitshukla
Guest
If you want to use you xml to save into LONGCHAR then why don't you use p_doc:SAVE("longchar":U,i_xml_string). it will give you your xml into longchar after it you can write it into a file (if you want ) copy-lob from i_xml_string to file "test.xml".
Continue reading...
Continue reading...