Next in thread → Next in month →

Re: [docbook-apps] Issues on fo:float

From
Costin Stroie <>
Date
2005-07-21T11:39:23+00:00
ID
Thread
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: 
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/
Next in thread → Next in month →