Using a two column layout keep-with-next does not appear to do the job.
Something like this
<!-- the header -->
<fo:block keep-with-next="always">
<xsl:value-of select=text()
</fo:block>
<!-- the bullets-->
<fo:list-block>
<xsl:call-template name="bullets">
<xsl:with-param select="*"/>
</xsl:call-template>
</fo:list-block>
The header is appearing at the bottom of one column and the bullets are
starting at the top of the next column.
Is this expected behaviour?
PS. I'm not at work right now, but I'll try .within-page asap.
--
View this message in context:
http://old.nabble.com/keep-block-%28header%29-and-list-block-%28bullets%29-together-in-0.94-tp27298843p27298843.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]