This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Displaying every 2 element values in 1 row


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]