IsXML()

Syntax

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

Parameters

#XML The XML to use.

Return value

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.

See Also

LoadXML(), CreateXML()

Supported OS

All

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