[xsl] how to put new line after few characters

Subject: [xsl] how to put new line after few characters
From: "Rakesh" <rakesh@xxxxxxxxxxxxxxxxx>
Date: Fri, 4 Apr 2003 15:22:54 +0530
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


Current Thread