xsl-list
[Top] [All Lists]

Re: [xsl] Text output line width setting technique

2009-04-08 05:39:49
Senthilukvelaan schrieb:
I use XSLT 1.0.
is there any way to text hard wrapping by line size in XSLT1.0.

It is possible doing it by hand. But honestly, I wouldn't attempt it,
too much tedium.

I'd consider postprocessing the transformation output using Perl
and the excellent Text::Autoformat module by Damian Conway.

http://search.cpan.org/perldoc/Text::Autoformat

Michael Ludwig

--~------------------------------------------------------------------
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>
--~--