A RESTful browser for eXist Function Modules


http://exist-db.org/xquery/xslfo
A module for performing XSL-FO transformations

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.
$documentFO document
$parametersparameters for the transform

Returns result

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.
$documentFO document
$parametersparameters for the transform
$config-fileFOP Processor Configuration file

Returns result
Return to list of all modules