For the first problem, you must specify a column-width attribute for your
table-column. There's no automatic sizing of table columns.
Example
<fo:table>
<fo:table-column column-width="1in"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block/>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
Leaving out the column-width will generate a message from FOP that no column
width information has been supplied.
-----Original Message-----
From: Todtenhaupt, Susann [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 4:37 AM
To: '[EMAIL PROTECTED]'
Subject: IPD error
Hello @ all!
While transforming with fop I always get the error-message:
At least one of minimum, optimum, or maximum IPD must be specified
on table.
Furthermore I'm trying to get a value from a node in my xml-file by using
xsl:value-of select="foo". The foo-value represents a hard path pointing to
the relative node (like /root/node1/node2). So far so good, but no value
gets returned...
But I don't know where to localize my problem.
Thanx suse!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]