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]

Re: Table Rendering of XSL-FO Files


Hi Eric!

Thanks for your quick reply!

On Thu, 22 Feb 2001, Eric G. Bosch wrote:

> In the transformation output, are you seeing warnings like the following:
> 
> WARNING: current implementation of tables requires a table-column for each 
> column, indicating column-width

No, I did not get any warning messages. My run outputs:

Resolved file:///usr/local/docbook/style/xsl/1.29/fo/docbook.xsl as
file:/usr/local/docbook/style/xsl/1.29/fo/docbook.xsl
Making portrait pages on USletter paper (8.5inx11in)

I'm also wondering about the paper size. Where does it come from? How can
I change it to A4?

And I invoked Saxon like this:

saxon table_test.xml $XSL_FO table_test.fo

using a wrapper script:

#!/bin/sh
if [ $# -ne 3 ]; then
        echo "usage: $0 <xml-file> <xsl-file> <output-file>"
        exit 1
fi
CLASSPATH=/usr/local/docbook/tools/xsl-processors/saxon/6.2.1/saxon.jar
echo "CLASSPATH set to: $CLASSPATH"
java -cp $CLASSPATH $JAVA_PROXY_SETTINGS com.icl.saxon.StyleSheet $1 $2 >
$3

> If so, the message is indicating the cause of the bad output.  For proper 
> rendering, you need to supply a colwidth attribute and value for each colspec 
> element.

Ok, thanks a lot for that hint. Even though I didn't get the warnings you 
mentioned, I will try that.

Greetings,

	Holger


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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