Hi ,
I have created one out bound XML file but i am unable to add XMl version as First Line from Plsql .
Can any one suggest how we can do this from PLSQL code.
This is my example.
Xml_Record_Writer_SYS.Start_Element(xml_, 'Documents',
'xmlns', 'axxos.com/AXIOrderV4',
'xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance',
'xsi:schemaLocation','axxos.com/AXIOrderV4 file:///Z:/10_PDT_DownTime/Import%20Export/AXI%20std%20Import/AXIOrderStandardV4.71.xsd');
Xml_Record_Writer_SYS.Add_Element(xml_,'UniqueId','||>?xml version="1.0" encoding="UTF-8" ?<',NULL,NULL);
--
Expected output is
