lr_xml_transform

Example: lr_xml_transformXML Functions (LR_XML)

Applies Extensible Stylesheet Language (XSL) Transformation to XML data.

int lr_xml_transform( <List of specifications> ]);
List of specifications For the following list of required specifications, use the following string format:"Specification=value"
XML: the XML Input String to query
Stylesheet: the XSL specifications. Has the format of an XSL string.
ResultParam: the name of the output parameter containing the XML formatted data after XSL transformation
LAST A marker which indicates the end of the List of specifications

The lr_xml_transform function transforms the XML input string XML using the Extensible Stylesheet Language (XSL) specifications in Stylesheet and saves the resulting formatted data in ResultParam, using the source document encoding. The output preserves the XML Character Encoding of the original document, independent of the input encoding. The input encoding uses the client's local encoding.

Return Values

See Return Values

Parameterization

See Parameterization