[xsl] Fixed Line Length Output

Subject: [xsl] Fixed Line Length Output
From: "Ali Afif Mutlu" <ali.mutlu@xxxxxxxxxxxx>
Date: Mon, 8 Dec 2003 09:43:31 +0300
Hi ,

Given the following xml fragment

<item>Len_5</item>
<item>Len_5</item>
<item>Length_8</item>
<item>Length__9</item>
<item>Length__10</item>
<item>Len__6</item>
<item>L_3</item>
<item>Le_4</item>
<item>L_3</item>
..

I want to create the following output

<line>Len_5 Len_5 Length_8</line>
<line>Length__9 Length__10</line>
<line>Len__6 L_3 Le_4 L_3 </line>

I other words , I want to regroup my items into fixed length of lines.

Thank you for your help
Ali Mutlu

---- 32bit Bilgisayar virus ilave dip not ---------
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Mailscanner thanks transtec Computers for their support.
Virus checker used : clamav



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


Current Thread