%XML_PARSER_CREATE

Create an XML parser instance

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
parser = %XML_PARSER_CREATE

Return value

parser

The parser instance created, or 0 if not successful. (XML_PARSER_TYPE)

Discussion

Before you can parse an XML file or string, you must create an instance of the parser using %XML_PARSER_CREATE.

This function is defined as ^VAL.

Examples

See Example of parsing XML.