Module : xmlutils
Module overview
This module provides utility functions to manipulate the built-in xml
data type.
It provides APIs to convert a json
to an xml
or convert a table
to an xml
.
JsonOptions | Represents a record type to provide configurations for the JSON to XML conversion. |
T0 | Anonymous record |
T1 | Anonymous record |
fromJSON | Converts a JSON object to an XML representation. |
fromTable | Converts a table to its XML representation. |