The TRANSFORM member function converts XML data by using the XSL stylesheet parameter and top-level parameters (in name=value pairs). If any parameter other than parammap is NULL, NULL is returned.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
MEMBER FUNCTION TRANSFORM(
xsl IN XMLType)
RETURN XMLType;
Parameters
| Parameter | IN/OUT | Description |
|---|---|---|
| xsl | (IN) | The XSL stylesheet describing the transformation. |
| parammap | (IN) | The top-level parameters of XSL, in name=value pairs. |