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: Limitting float span


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

given following template:

<xsl:template match="para/inlinegraphic[not(preceding-sibling::text())]">
 <fo:float float="left" clear="both">
    <fo:block margin-right="1em">
	<xsl:apply-imports/>
    </fo:block>
  </fo:float>
</xsl:template>


How can I avoid the float to limit itself to the parent para, and not to
following ones?

e.g.:
- -------------------------------------------------------
________
|  o   |  The para with the inlinegraphic in it
| /|\  |
|  /\  |
- --------
Another paragraph
- -------------------------------------------------------
Instead of:
- -------------------------------------------------------
________
|  o   |  The para with the inlinegraphic in it
| /|\  |  Another paragraph
|  /\  |
- --------
- -------------------------------------------------------

Using <fo:list-block> doesn't really suits me because if first para text
is longer than graphics, I want it to wrap the graphics below it...

Cheers,

Camille.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE1y2Jjv9P65BfOUMRApF0AJ4uLbcfxsMzQpOWat0J84PkzOZBXgCeJvVo
60q9i1WwztESO1lzArdp6S0=
=GDE5
-----END PGP SIGNATURE-----
begin:vcard
fn;quoted-printable:Camille B=C3=A9gnis
n;quoted-printable:B=C3=A9gnis;Camille
org:NeoDoc
adr:Domaine du petit Arbois BP 88;;CEEI;Aix en Provence Cedex 4;;13545;France
email;internet:camille@neodoc.biz
tel;work:+33.4.42.22.62.35 
tel;cell:+33.6.33.15.10.23
note;quoted-printable:Rejoignez mon r=C3=A9seau sur viaduc:=0D=0A=
	=0D=0A=
	http://www.viaduc.com/invitationpersonnelle/002lm14bc0jlkfk
x-mozilla-html:FALSE
url:http://neodoc.biz
version:2.1
end:vcard



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