- From: Norman Walsh <ndw@nwalsh.com>
- Date: Thu, 06 Oct 2011 15:05:38 -0400
- To: XProc Dev <xproc-dev@w3.org>
Received on Thursday, 6 October 2011 19:06:12 UTC
arkarell <arnaud.malguy@arkarell.com> writes:
> Thanks Norman. And how can I specify a fop configuration file (that I
> use to refer fonts, base URI for images, ...) ?
Ah, drat. I blew that part. For 0.9.37, you'll be able to say:
<p:xsl-formatter href="/tmp/out.pdf">
<p:with-param name="UserConfig" select="'/path/to/my/FOP/config/file.xml'"/>
</p:xsl-formatter>
The available parameters are kinda, sorta, not really described here:
http://xmlcalabash.com/docs/reference/p-xsl-formatter.html
> By the way, you forgot to change the RNC schema of configuration
> file to add this fo-processorelement .
Indeed. That was out-of-date.
Be seeing you,
norm
--
Norman Walsh
Lead Engineer
MarkLogic Corporation
Phone: +1 413 624 6676
www.marklogic.com
Received on Thursday, 6 October 2011 19:06:12 UTC