Re: How do I "line feed"?

At 2002-12-16 17:56 +0000, Kiki AMEDJA wrote:
>I' m trying to print some text  and force the next text to start on the 
>next line.
>How am I going to do that!

Lines are created by creating blocks or, if you are already in a set of 
lines in a block, by interrupting the flow.

You could create a new block for your "next line", or you could introduce 
an empty block inside a block to interrupt the flow.

But you don't say *why* you need a new line ... if you want to preserve an 
existing line feed, then you need to play with the linefeed and white space 
properties.

I hope this helps.

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


--
Upcoming hands-on in-depth XSLT/XPath and/or XSL-FO:
-                             North America:  Feb 3 - Feb 7,2003

G. Ken Holman               mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.        http://www.CraneSoftwrights.com/f/
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-10-1             Practical Formatting Using XSL-FO
Next conference training:                          2003-03-03,06

Received on Monday, 16 December 2002 13:13:12 UTC