Re: [xsl] Processing a <br> in XSL-FO

Subject: Re: [xsl] Processing a <br> in XSL-FO
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 11 Jun 2003 15:45:02 -0400
At 2003-06-11 12:35 -0700, Danny Vint wrote:
What is the proper way to handle a <br> (line break element) inside a paragraph with XSL-FO?

An empty block <block/> approximates <br/> and is sufficient for breaking up text into two separate lines.


If you want the multiple <br/> behaviour of leaving blank lines, then use <block><leader></block>

Does a simple character substitution of a carriage return linefeed work?

No, because these white-space characters are reduced to spaces during refinement.


I hope this helps.

....................... Ken

--
Upcoming hands-on courses: (registration still open!)
-      (XSLT/XPath and/or XSL-FO) North America: June 16-20, 2003

G. Ken Holman                mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/m/
Box 266, Kars, Ontario CANADA K0A-2E0   +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 0-13-140374-5                              Definitive XSL-FO
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X              Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:    http://XMLGuild.info
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/m/bc


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread