File: Transform.xslt
Customers
select="customer-list/customer">
,
File: Data.xml
A
B
order 1
order 2
C
D
order 3
order 4
Output:
Customers
D, C
order 3
order 4
B, A
order 1
order 2