The xsltransformAsBlob function

Use this function to return a BLOB document resulting from an XSL transform.

Purpose

The xsltransformAsBlob function transforms an XML document with an XSL stylesheet and XSLT parameter. The returned document is of type BLOB.

The xsltransformAsBlob syntax


1  xlstransformAsBlob ( xml_document , xsl_document )

Parameters

xml_document
The XML document or fragment to transform. The document can be of type LVARCHAR or BLOB.
xsl_document
The XSL stylesheet document that is applied to the XML document. The XSL stylesheet can be of type LVARCHAR or BLOB.