LoadXMLList

Use this function to load an XML document and extract an XML tree.

Syntax

LoadXMLList (FileName)

Parameter

Description

FileName

Enter the name of the XML file you want to load.

The system returns the XML tree in a list type DAL variable.

Example

For an example, see the DAL script in Scenario 2.

See also