not sure if this is related but heres what Andreas told me before as i was wondering also why left margins/indents in my document seemed to be inherited if its helps out ...
"What this comes down to is that the margin-* properties --that exist solely for purposes of compatibility with CSS-- are mapped to the native XSL-FO properties *-indent. While the former are non-inherited, their native XSL-FO counterparts most certainly are. As pointed out on the Wiki, most implementations choose to ignore this, while FOP follows XSL-FO more strictly and forces you to use a configuration setting to trigger the CSS-like behavior. See also: http://xmlgraphics.apache.org/fop/0.95/configuration.html#general-elements (look for element 'break-indent-inheritance') That said, solving it by resetting start-indent to 0 on the fo:table would probably be the cleanest, from an XSL-FO point of view. Regards, Andreas" -Arian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
