%XML_STRING_DELETE

Release an XML string instance

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
status = %XML_STRING_DELETE(xml_string)

Return value

status

XML_SUCCESS if the string was released successfully.

Arguments

xml_string

The XML string instance to release. (XML_STRING_TYPE)

Discussion

Call %XML_STRING_DELETE to release an XML string when you no longer need it. For example, you can release a string after you’ve passed it into %XML_PARSER_PARSESTRING. Strings created with %XML_STRING_CREATE or %XML_DOC_TOSTRING should be released with %XML_STRING_DELETE.

This function is defined as ^VAL.

Examples

See xfspism2xml.zip, available from the Synergy CodeExchange in the Resource Center on the Synergex website.