XSLT: How to reverse output without sorting
- by prometoys
Hi,
I have a list of items:
a
x
c
z
and I want as output
z
c
x
a
I have no order information in the file and I just want to reverse the lines. The last line in the source file should be first line in the output. How can I solve this problem with XSLT without sorting by number etc.