version 2004
GET XSLT ERROR (errorText{; row{; column}})
Parameter | Type | Description | |
errorText | Variable | Text of the error | |
row | Variable | Row number | |
column | Variable | Column number |
Description
The GET XSLT ERROR command returns, in the errorText parameter, a description of the last error encountered during the XSLT transformation performed in the current process. The information returned is supplied by the Xerces.dll library.
The optional row and column parameters indicate the location of the error in the XSL document: they retrieve, respectively, the row number and, in this row, the position of the first character of the expression at the origin of the error.
See Also
APPLY XSLT TRANSFORMATION, SET XSLT PARAMETER.
System Variables or Sets
If the command has been executed correctly, the system variable OK is set to 1. If an error occurs, it is set to 0.