[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: fop table processing error

Subject: Re: fop table processing error
From: JBryant@xxxxxxxxx
Date: Fri, 24 Sep 2004 10:56:40 -0500
fop table
Hi, James,

I think your question might better have gone to a FOP mailing list, but it 
happens that I use FOP too and have seen this error.

Since you didn't provide the offending code, I'm guessing here. However, I 
have seen this error when I forgot to explicitly tell FOP how wide to make 
each column.

I'm guessing that you have FO output that looks like:

<fo:table table-layout-"fixed">
  <fo:table-body>
    <fo:table-row>
and so on

when FOP wants:
<fo:table table-layout-"fixed">
  <fo:table-column column-width="20mm"/>
  <fo:table-column column-width="40mm"/>
  <fo:table-body>
    <fo:table-row>
(or whatever your widths may be)

Basically, FOP doesn't support dynamic table sizing, so it whines when you 
don't tell it the widths. It does try to guess if you leave them out, so 
you get a warning rather than an error, but then it does a bad job of 
formatting the table, as you observed.

HTH.

Jay Bryant
Bryant Communication Services

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.