This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Table problems with FO and Saxon.


Hello,

I'm using Saxon and Apache FOP (latest stable versions of both) with the
XSL stylesheets from the standard RedHat 9.0 RPM, and using this command
(after I setup CLASSPATH, etc.):

java  org.apache.fop.apps.Fop  \
    -xml manual.xml \
    -xsl /usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl \
    -pdf manual.pdf

After tons of errors (which seem to be normal using Apache FOP, as far as
I read) I finally get these 3 lines:

[WARNING] table-layout=auto is not supported, using fixed!
[WARNING] Sum of fixed column widths 100000 greater than maximum specified IPD 0
[ERROR] -2

and no PDF is generated. In your experience, could this be a fault in my
XML file?, a bad toolchain use?, some wrong param in the XSL? or maybe
just a bug in the FOP?.

Any help or suggestion is appreciated.

Rodolfo.

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]