OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Two Column (column break)


On Monday 11 July 2005 07:19, Anup Rav wrote:
> <fo:block break-before="column">Text to break and force to next
> column</fo:block>

Thanks Anup, Mauritz,

I created the following template in my custom layer
<xsl:template match="processing-instruction('colbreak')">
   <fo:block break-after="column"/>
</xsl:template>

Then in the document used
<?colbreak?>
-- 
Sean Wheller
sean@enbaya.co.za
http://www.enbaya.co.za


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]