This statement has the following parameters:
Parameter | Description |
---|---|
StyleSheetName | An identifier of an alphanumeric data item, the value of which is the stylesheet filename to be resolved. The resolved stylesheet filename is stored in this same data item upon successful completion of the statement. |
The XML RESOLVE STYLESHEET-FILE statement is used to resolve the name of an XML stylesheet file. The resolution process is the same as that for the StyleSheetName parameter of an XML IMPORT or XML EXPORT statement.
If the name is a URL, it is used "as is". Otherwise, if the name does not contain an extension, the extension .xsl is added.
XML RESOLVE STYLESHEET-NAME MY-STYLESHEET-FILE. IF NOT XML-OK GO TO Z.