xsl-list
[Top] [All Lists]

Re: [xsl] HTML character entity issue

2008-12-28 16:34:22
-----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(_at_)kosek(_dot_)cz      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-----

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>