Posted: Tue Apr 26, 2005 4:39 am Post subject: Copying CData into XMLNS
Newbie
Joined: 26 Apr 2005 Posts: 3
I am trying to build a message in the XMLNS domain within a compute node. The input message contains a tag which encloses a valid XMLNS document within a CData section.
I want to build an output XMLNS message whose body is actually made up of the XML contained within the CData string as above.
At the moment, I am using the following bit of ESQL to populate the XML body-
SET OutputRoot.XMLNS.(XML.AsisElementContent) =
InputRoot.MRM.soap.Body.trns.OutputMessage.(XML.CDataSection);
The namespaces are declared properly in the same ESQL. However the compute node produces an output message with a null XMLNS element i.e. OutputRoot.XMLNS is empty.
Any ideas on how to copy a CData string into an XMLNS structure?
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