EGL library XMLLib

This topic describes the XMLLib functions and variable definitions.

The following table lists the system functions in the XMLLib library.

Table 1. XMLLib system functions
System function and invocation Description
convertFromXML (XMLstring in, variable out) Converts an XML string into a non-structured record. For details on the conversion, see Copying an XML string to and from an EGL variable.
result = convertToXML (variable in) Converts a non-structured record into an XML string. For details on the conversion, see Copying an XML string to and from an EGL variable.

Feedback