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
Parse the supplied string to create an Xml
object.
Arguments:
| text | String |
Return type: Xml
Convert a List to an
Xml object. This is the inverse of the
Xml::list method.
Arguments:
| info | List |
Return type: Xml
| Contents | Index | Current topic: objects | Related links: built-in objects |