<xqdoc:name>stream-transform</xqdoc:name>
<xqdoc:signature>transform:stream-transform($a as node()?, $b as item(), $c as node()?, $d as xs:string) empty()</xqdoc:signature>
-<xqdoc:comment>
<xqdoc:description>Applies an XSL stylesheet to the node tree passed as first argument. The parameters are the same as for the transform function. stream-transform can only be used within a servlet context. Instead of returning the transformed document fragment, it directly streams its output to the servlet's output stream. It should thus be the last statement in the XQuery.</xqdoc:description>
</xqdoc:comment>
</xqdoc:function>