Subject: sorting a subset of elements
From: "Noel Golding" <noel@xxxxxxxxxxxxxxx>
Date: Wed, 21 Aug 2002 16:39:23 -0400
|
I have created an xml document with over 300 items sorted by price. For the
internet I want to display all items, however for print I only want to
display the 90 most expensive and i want them sorted alpabetically. I am
not sure how to accomplish this.
<itemlist>
<item description="Blue Shirt" price="45.00" />
<item description="Aqua Shirt" price = "43.00" />
<item description="Zebra stripe sheet" price="42.00" />
<item description="Apple print pillow case" price="38.00" />
</itemlist>
Thanks
Noel
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|