[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Issues on fo:float
On Tue, 19 Jul 2005, Bob Stayton wrote:
> Hi Costin,
> Any element you don't want to appear next to a float needs to have a
> clear="both" property added to its fo:block. For sections, this can be done
> in the 'section.title.properties' attribute-set, for example.
Thank you, Bob. This is the clue I was missing.
My sollution is to use a processing instruction to mark the point where
the float should stop.
The processing instruction is <?float-clear?> and the code added to the
customization layer is the following.
<xsl:template match="processing-instruction('float-clear')">
<fo:block clear="both"/>
</xsl:template>
--
Costin STROIE
Linux Technical Writer
Data Security Division
SOFTWIN
-------------------------------
e-mail: cstroie@bitdefender.com
tel: (+402) 1 233 07 80
fax: (+402) 1 233 07 63
gsm: (+40) 722 46 23 79
Bucharest, ROMANIA
-------------------------------
www.softwin.ro
www.bitdefender.com
--
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]