convertFromXML()

The XMLLib.convertFromXML() system function converts an XML string into a record. For details on the conversion, see Copying an XML string to and from an EGL variable.

Syntax

  XMLLib.convertFromXML(xmlString STRING in, 
                              variable Record Part out)
xmlString
An XML string.
variable
The name of a non-structured record.

Feedback