processXSLTAttachmentToStream
This function directly streams the result of XSLT transformation to the output file. The input to this XPath function can either be an attachment or href
. It uses batching so that the transformation engine does not put the result of the transformation into memory. Therefore, it can handle arbitrarily large payloads of the order of gigabytes. However, it can only handle forward-only XSL constructs such as for-each
.
Signature:
ora:processXSLTAttachmentToStream(template, input href, output href, batchsize, properties)