Carapace

Xml Functions

The following functions defined in script xml.cpl help with the manipulation of Xml objects.

string2xml parse the supplied string to create an Xml object
list2xml convert a List to an Xml object


These functions are defined in the script xml.cpl

string2xml

Parse the supplied string to create an Xml object.

Arguments:

textString

Return type: Xml


list2xml

Convert a List to an Xml object. This is the inverse of the Xml::list method.

Arguments:

infoList

Return type: Xml


Contents Index Current topic: objects Related links: built-in objects