convertToXML()
The
XMLLib.convertToXML()
system function converts a record into an XML string.
Syntax
serviceLib.convertToXML
(
variable
Record Part
out
) returns (
xmlString
STRING
)
variable
The name of a non-structured record
xmlString
An XML string
Related concepts
Correspondence between an XML string and an EGL variable
Services: a top-level overview
Related tasks
Creating Record parts from JSON, XML, and XML Schema
Related reference
EGL library XMLLib
Feedback