Subject: Re: Text - Line Wrapping
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Fri, 28 Jan 2005 06:17:27 +1100
|
Yes, use the str-split-to-lines template from FXSL.
For example see "Re: Line Breaking for Text" at:
http://sources.redhat.com/ml/xsl-list/2001-12/msg00651.html
Cheers,
Dimitre Novatchev
On Thu, 27 Jan 2005 10:56:57 -0500, Alan <alan-xsl-list@xxxxxxxxx> wrote:
> Are there any utililities for wrapping text?
>
> <desc>This is a test of the emergency broadcast system this is only a test.</desc>
>
> Wrap the above to with 40 characters:
>
> This is a test of the emergency
> broadcast system this is only a test.
>
> Cheers.
>
> --
> Alan Gutierrez - alan@xxxxxxxxx
|