We found that by default, top level topics shouldn't break to a new page. In our customized pdf2 code, we create a page break only if <topicref outputclass="break"> is specified by the author. In that case we apply <xsl:attribute name="break-before">page</xsl:attribute> to the <fo:block> that formats the topic. I would check for a similar page break attribute in an attribute set called "topic.topic.title" in your pdf2 code. Might be something in there that is causing the behavior you describe.
Paul Masalsky - paulmasalsky@...
EMC --- On Mon, 1/5/09, Shawn McKenzie <smckenzie23@...> wrote: From: Shawn McKenzie <smckenzie23@...> |