XMLProcessor
(Engine-Level Function)
| Description: | Creates a new XML Processor. |
| Returns: | XML Handle |
Usage: ![]() |
Script Only. |
| Function Groups: | XML |
| Related to: | XMLParse | XMLAddSchema | XMLWrite | XMLCloneNode | XMLCreateNode | XMLDeleteMember | XMLGetNode | GetXMLNodeArray |
Format: ![]() |
XMLProcessor(SchemaCacheDictionary) |
| Parameters: |
| SchemaCacheDictionary |
| Required. Must be a variable to hold the Schema Cache Dictionary. All the data types specified by the schemas in the cache will be added to this cache. Provide "Invalid" for a non-validating processor. |
| Comments: | If SchemaCacheDictionary is a valid variable, the XML Processor will be a validating processor, otherwise it will be a non-validating processor. To destroy an XML Processor, invalidate the last reference to it. |
