Re: [xsl] how to put new line after few characters

Subject: Re: [xsl] how to put new line after few characters
From: Lionel Crine <crine@xxxxxxxxxxxx>
Date: Fri, 04 Apr 2003 15:23:41 +0200
Why don't you use substring() fonction !

Lionel

At 15:22 04/04/2003 +0530, you wrote:
I have a simple XML file. e.g.

<billing>
<address>Lifetree Convergence Ltd. 1-C2, Parkwood Estate, New Delhi</address>
</billing>

I need to write XSL code to show the address in a particluar cell of a tbale. like

+---------------------------+
|Lifetree Convergence Ltd.  |
|1-C2, Parkwood Estate,     |
|New Delhi                  |
+---------------------------+

i want a new line after 26 characters to show the address in multiple lines.

Please help me gurus here.

Regards.

Rakesh D.
Lifetree




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


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


Current Thread