Displaying every 2 element values in 1 row

Subject: Displaying every 2 element values in 1 row
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Tue, 25 Apr 2000 16:32:09 -0700
How can I display every two element node values in one row by checking the
position?

If I have an xml like:

<eno>A21</eno>
<eno>A22</eno> 
<eno>A23</eno>
<eno>A24</eno>
<eno>A25</eno>
<eno>A26</eno>

I want to display every 2 values in 1 row.I tried several ways using
position() mod but I guess Im not going in the right direction.Any help?

Francis


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


Current Thread