4D v14.3

XSLT GET ERROR

Home

 
4D v14.3
XML
XSLT GET ERROR

XSLT GET ERROR 


 

XSLT GET ERROR ( errorText {; row {; column}} ) 
Parameter Type   Description
errorText  Variable in Text of the error
row  Variable in Row number
column  Variable in Column number

The XSLT GET 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.

If the command has been executed correctly, the system variable OK is set to 1. If an error occurs, it is set to 0.

 
PROPERTIES 

Product: 4D
Theme: XML
Number: 884

The OK variable is changed by the command

 
HISTORY 

Created: 4D 2004
Renamed: 4D v12

 
SEE ALSO 

XSLT APPLY TRANSFORMATION
XSLT SET PARAMETER

 
ARTICLE USAGE

4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)

Inherited from : GET XSLT ERROR ( 4D v11 SQL Release 6)
Parent of : _o_XSLT GET ERROR ( 4D v14 R4)