Posted: Wed Oct 15, 2003 2:54 am Post subject: Converting a String into XML
Newbie
Joined: 20 Aug 2003 Posts: 6
I have a variable assigned to
Environment.Variables.ResultTemp
which returns from the database an XML message in string format:
SET Environment.Variables.ResultTemp[] =
(SELECT A.XML_DOC
From Database.InboundLog as A
Where A.RowId=Environment.Variables.Row);
How can I convert this string to the proper XML fields so that I can parse it easier?
Use the 'Create Field.... Parse' command to convert a bitstream into a parsed tree.
Or set the string to the contents of the output message, and use a ResetContentDescriptor node to tell WMQI that the message is now XML data. _________________ I am *not* the model of the modern major general.
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