-------------------------------------------------------------------------------------------------------------
-- ADD XML DECLARATION TO THE MESSAGE.
-------------------------------------------------------------------------------------------------------------
SET OutRoot.XMLNS.(XML.XmlDecl) = '';
SET OutRoot.XMLNS.(XML.XmlDecl).(XML.Version) = '1.0';
SET OutRoot.XMLNS.(XML.XmlDecl).(XML.Encoding) = 'UTF-8';
-------------------------------------------------------------------------------------------------------------
-- ADD XML DECLARATION TO THE MESSAGE.
-------------------------------------------------------------------------------------------------------------
SET OutRoot.XMLNS.(XML.XmlDecl) = '';
SET OutRoot.XMLNS.(XML.XmlDecl).(XML.Version) = '1.0';
SET OutRoot.XMLNS.(XML.XmlDecl).(XML.Encoding) = 'UTF-8';
If you set the version/encoding, I don't think the SET OutRoot.XMLNS.(XML.XmlDecl) = ''; is required. Please do try it without and let us know what you find _________________ Regards
John
The pain of low quaility far outlasts the joy of low price.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum