xslfo:render($document as node(), $mime-type as xs:string, $parameters as node()?) xs:base64Binary?
Renders a given FO document. Returns an xs:base64binary of the result. Parameters are specified with the structure: <parameters><param name="param-name1" value="param-value1"/></parameters>. Recognised rendering parameters are: author, title, keywords and dpi.
xslfo:render($document as node(), $mime-type as xs:string, $parameters as node()?, $config-file as node()?) xs:base64Binary?
Renders a given FO document. Returns an xs:base64binary of the result. Parameters are specified with the structure: <parameters><param name="param-name1" value="param-value1"/></parameters>. Recognised rendering parameters are: author, title, keywords and dpi.