XMLErrorLine()

Syntax

Result = XMLErrorLine(#XML)
Description
In case of an error while parsing XML data this function returns the line in the input that caused the error (one based). XMLStatus() can be used to detect parsing errors.

To get the position within the line at which the error happened, XMLErrorPosition() can be used.

Supported OS

All

<- XMLError() - XML Index - XMLErrorPosition() ->