Re: [xsl] HTML character entity issue

Subject: Re: [xsl] HTML character entity issue
From: Jirka Kosek <jirka@xxxxxxxx>
Date: Sun, 28 Dec 2008 22:33:50 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Carlisle wrote:

> To get a linebreak in FO you either want to just use  linebreak
> character (#10) together with setting appropriate properties on
> the block that the linebreak is rendered, or you can make two separate
> fo:block.

Or use nested empty fo:block, like:

<fo:block>
  ....
  <fo:block/> <!-- Similar to <br/> in HTML -->
  ...
</fo:block>

- --
- ------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@xxxxxxxx      http://xmlguru.cz
- ------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
- ------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
- ------------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJV/C+zwmSw7n0dR4RApCKAKC8k3JK5ZsIQILM28a60MmkRoHBJgCdFPZC
5ZLqzdPAulaEL8Ln8oZ4KM0=
=kVV+
-----END PGP SIGNATURE-----

Current Thread