XMLError()

语法

Result$ = XMLError(#XML)
概要
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.

参数

#XML The XML to use.

返回值

The english readable error string.

Remarks

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

参阅

XMLErrorLine(), XMLErrorPosition(), XMLStatus()

已支持操作系统

所有

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