Christopher R. Maden <crism <at> maden.org> writes: > The best approach to solving problems like this is to hand-tweak the > XSL-FO and get that to work, first. Then change your XSLT to generate > that XSL-FO. From your XSLT, it’s hard to tell exactly what’s going on, > and the expertise on this list is focused on how FOP handles the XSL-FO > directly.
Thanks Chris. I was finally able to get it to work by using "keep-with-previous="always"" on table rows. I had to create a "holding" table and break up my xsl:if statement but this workaround did the trick! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
