XMLProcessor

Description:           Creates a new XML Processor. 

Returns:                    XML Handle

Usage:                       Script

Format:                 XMLProcessor(ClassFactory)

Parameters:          ClassFactory      { Module }  { required }  { no default: }

                                                Must provide the module value of a factory. All the data types specified by the schemas in the cache will be added to this factory. Provide “Invalid” for a non-validating processor.

Comments:            If ClassFactory is a valid module value, the XML Processor will be a validating processor, otherwise the XML Processor will be a non-validating processor. To destroy an XML Processor, simply invalidate the last reference to it. 

Example:

 

SeeAlso:

MakeTypeInstance | XMLAddSchema | XMLParse | XMLWrite