XML RESOLVE DOCUMENT NAME

This statement has the following parameters:

Parameter Description
DocumentName The name of the XML document to be resolved.

Description

The XML RESOLVE DOCUMENT-NAME statement is used to resolve the name of an XML document file. The resolution process is the same as that for the DocumentName parameter of an XML IMPORT statement.

If the name is a URL, it is used "as is". Otherwise, if the name does not contain an extension, the extension .xml is added.

Example

XML RESOLVE DOCUMENT-NAME 
            MY-DOCUMENT. 
IF NOT XML-OK GO TO Z.