IsXML()

语法

Result = IsXML(#XML)
概要
Tests if the given #XML number is a valid and correctly initialized, XML.

参数

#XML The XML to use.

返回值

Nonzero if #XML is a valid XML, zero otherwise.

Remarks

This function is bulletproof and can be used with any value. If the 'Result' is not zero then the object is valid and initialized, otherwise it will equal zero. This is the correct way to ensure a XML is ready to use.

参阅

LoadXML(), CreateXML()

已支持操作系统

所有

<- InsertXMLStructure() - XML Index - LoadXML() ->