IsXMLError

Use this function to check the list for error status.

Syntax

IsXMLError (%xXMLTree, SrchCriteria)

Parameter

Description

%xXMLTree

Enter a list type DAL variable that passes the XML tree handle.

SrchCriteria

Enter a string type DAL variable that passes the search criteria. The search criteria can be a node name, followed by up to five pairs of attribute names and values.

The system returns one (1) if no errors occur or zero (0) if errors occur.

See also