The xsltransformAsClob function
Use this function to return a CLOB document resulting from an XSL transform.
Purpose
The xsltransformAsClob function transforms an XML document with an XSL stylesheet and XSLT parameter. The returned document is of type CLOB.The xsltransformAsClob syntax
Parameters
- xml_document
- The XML document or fragment to transform. The document can be of type LVARCHAR or CLOB.
- xsl_document
- The XSL stylesheet document that is applied to the XML document. The XSL stylesheet can be of type LVARCHAR or CLOB.