DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43709>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43709 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2007-10-27 01:15 ------- I'm afraid you've stepped into the indent-inheritance trap. The whole topic about indent inheritance is explained here: http://wiki.apache.org/xmlgraphics-fop/IndentInheritance For readers in a hurry: Simply reset start-indent and end-indent on the fo:table-body (and table-header/footer if necessary) element. A table creates reference areas and that's why it can appear that indents are applied twice. So, no, it's not a bug. The XSL-FO spec is a little peculiar in this aspect. Some commercial implementors have chosen a different path (which we support, too: see "break-indent-inheritance" in [1]) but it breaks the spec and therefore shouldn't be used in the interest of long-term interoperability. [1] http://xmlgraphics.apache.org/fop/0.94/configuration.html#general-elements -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
