XMLError()

Syntax

Result$ = XMLError(#XML)
Description
In case of an error while parsing XML data this function returns an error-message describing the error. XMLStatus() can be used to detect parsing errors.

Parameters

#XML The XML to use.

Return value

The english readable error string.

Remarks

To get more information about the error, XMLErrorLine() or XMLErrorPosition() can be used.

See Also

XMLErrorLine(), XMLErrorPosition(), XMLStatus()

Supported OS

All

<- XMLChildCount() - XML Index - XMLErrorLine() ->