Bug 34948

Summary: related to bug 13347
Product: Fop - Now in Jira Reporter: graeme wilson <graeme_j_wilson>
Component: pdfAssignee: fop-dev
Status: CLOSED INVALID    
Severity: major    
Priority: P2    
Version: 0.20.5   
Target Milestone: ---   
Hardware: Other   
OS: AIX   

Description graeme wilson 2005-05-18 10:40:03 UTC
When using the standard fop 20.5 pdf rendering libraries with Oracle HTML db I 
get the following error messages

05/05/17 11:34:06 [INFO] [1]
05/05/17 11:34:06 [WARNING] table-layout=auto is not supported, using fixed!
05/05/17 11:34:06 [ERROR] At least one of minimum, optimum, or maximum IPD must
be specified on table.
05/05/17 11:34:07 [WARNING] table-layout=auto is not supported, using fixed!
05/05/17 11:34:07 [ERROR] At least one of minimum, optimum, or maximum IPD must
be specified on table.
05/05/17 11:34:07 [WARNING] table-layout=auto is not supported, using fixed!
05/05/17 11:34:07 [ERROR] At least one of minimum, optimum, or maximum IPD must
be specified on table.
05/05/17 11:34:07 [WARNING] table-layout=auto is not supported, using fixed!
05/05/17 11:34:07 [ERROR] At least one of minimum, optimum, or maximum IPD must
be specified on table.
05/05/17 11:34:07 [INFO] [2]
05/05/17 11:34:08 [INFO] Parsing of document complete, stopping renderer

How do I fix this ?
Comment 1 Chris Bowditch 2005-05-18 11:26:14 UTC
Dont raise bugs in order to ask questions. The correct procedure is to ask 
questions on the user mailing list. See the website on how to register with 
the user list:

http://xml.apache.org/fop/maillist.html#fop-user

Ok, now to your question:

the warning table-layout="auto" occurs because the table-layout has a default 
value of "auto", but FOP doesnt yet support auto. Specify explicitly table-
layout="fixed" on your tables to avoid seeing this message.

The error message is simply saying that you must specify a width on the table 
element.

Chris
Comment 2 Glenn Adams 2012-04-01 13:54:58 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs