DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13347>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13347

fo:table with inline-progression-dimension in %

           Summary: fo:table with inline-progression-dimension in %
           Product: Fop
           Version: 0.20.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


According to specification: http://www.w3.org/TR/xsl/slice6.html#fo_table
it should be possible to enter a procentage as inline-progression-dimension:

<fo:table table-layout="fixed" inline-progression-dimension="100%" >            
...

in the spec. it says under a Note:
-----------------------------------
The use of the "proportional-column-width()" function is only permitted when 
the fixed table layout is used.

If the use of proportional column widths are desired on a table of an unknown 
explicit width, the inline-progression-dimension cannot be specified to 
be "auto". Instead, the width must be specified as a percentage. For example, 
setting table-layout="fixed" and inline-progression-dimension="100%" would 
allow proportional column widths while simultaneously creating a table as wide 
as possible in the current context.

---
however when using FOP with a % it gives an ERROR:

[INFO] FOP 0.20.4rc
[INFO] building formatting object tree
[ERROR] Error in inline-progression-dimension property value '100%': 
org.apache.fop.fo.expr.PropertyException: No conversion defined
[INFO] [1]
[ERROR] At least one of minimum, optimum, or maximum IPD must be specified on 
table.
[INFO] Parsing of document complete, stopping renderer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to