XQuery Function Documentation
http://exist-db.org/xquery/xslfo
java:org.exist.xquery.modules.xslfo.XSLFOModule
A module for performing XSL-FO transformations
xslfo:render #3
xslfo:render ($document as node(), $media-type as xs:string, $parameters as node()?) as 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. URL's in the FO can be resolved from: http, https, file and exist URI schemes. If you wish to access a resource in the local database then the URI 'exist://localhost/db' refers to the root collection.
- Parameters:
$document FO document $media-type The Internet Media Type of the desired result $parameters parameters for the transform - Returns:
- xs:base64Binary? : The result of rendering the FO
xslfo:render #4
xslfo:render ($document as node(), $media-type as xs:string, $parameters as node()?, $processor-config as node()?) as 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. URL's in the FO can be resolved from: http, https, file and exist URI schemes. If you wish to access a resource in the local database then the URI 'exist://localhost/db' refers to the root collection.
- Parameters:
$document FO document $media-type The Internet Media Type of the desired result $parameters parameters for the transform $processor-config FOP Processor Configuration file - Returns:
- xs:base64Binary? : The result of rendering the FO