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]
Other format: [Raw text]

sorting a subset of elements


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


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