I was able to generate PDFs using: * xsltproc --version Using libxml 20511, libxslt 10033 and libexslt 722 xsltproc was compiled against libxml 20511, libxslt 10033 and libexslt 722 libxslt 10033 was compiled against libxml 20511 libexslt 722 was compiled against libxml 20511 * FOP version 0.20.5 * Jimi 1.0 from Sun * docbook/xsl-stylesheets-1.62.0/ (all this except Jimi was installed unchanged via emerge on gentoo) I did have to change the fop executable script to increase the JVM memory. On the last line of /usr/bin/fop (or whereever yours ends up) add -Xms64m -Xmx256m; smaller might work too... 104c104 < $JAVACMD -classpath "$LOCALCLASSPATH" $FOP_OPTS org.apache.fop.apps.Fop "$@" --- > $JAVACMD -Xms64m -Xmx256m -classpath "$LOCALCLASSPATH" $FOP_OPTS org.apache.fop.apps.Fop "$@" FOP generates a number of non-intuitive errors for docbook problems... * If you
it can end up in an infinite loop trying to place the table. * If you have a listitem w/o a...