Difference between revisions of "XML ENCODE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 2: | Line 2: | ||
==Purpose== | ==Purpose== | ||
− | + | Encode an object as a character string containing XML for use with the messaging functions to pass objects between processes | |
Line 10: | Line 10: | ||
==See Also== | ==See Also== | ||
− | [[MQCLOSE()]], [[MQCREATE()]], [[MQCURMSGS()]], [[MQOPEN()]], [[MQSEND()]], [[MQRECEIVE()]], [[XML_DECODE()]], [[XML_GATHER()]], [[XML_SCATTER()]] | + | [[:Category:Messaging]], [[MQCLOSE()]], [[MQCREATE()]], [[MQCURMSGS()]], [[MQOPEN()]], [[MQSEND()]], [[MQRECEIVE()]], [[XML_DECODE()]], [[XML_GATHER()]], [[XML_SCATTER()]] |
==Description== | ==Description== | ||
− | The XML_ENCODE() function | + | The XML_ENCODE() function is used to encode an object and return a character string containing XML. The character string returned can be used with the messaging functions to pass objects between processes. The <object> is the object to be encoded. The optional character expression <expC1> is the XML root tag name. The optional character expression <expC2> is the XML row tag name. |
Revision as of 10:51, 27 November 2009
Purpose
Encode an object as a character string containing XML for use with the messaging functions to pass objects between processes
Syntax
XML_ENCODE(<object> [, <expC1>, <expC2>])
See Also
Category:Messaging, MQCLOSE(), MQCREATE(), MQCURMSGS(), MQOPEN(), MQSEND(), MQRECEIVE(), XML_DECODE(), XML_GATHER(), XML_SCATTER()
Description
The XML_ENCODE() function is used to encode an object and return a character string containing XML. The character string returned can be used with the messaging functions to pass objects between processes. The <object> is the object to be encoded. The optional character expression <expC1> is the XML root tag name. The optional character expression <expC2> is the XML row tag name.
Example
Products
Recital, Recital Server