%XML_PARSER_CREATE

Create an XML parser instance

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
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.