[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Sorting an xml

Subject: RE: Sorting an xml
From: cknell@xxxxxxxxxx
Date: Mon, 22 May 2006 11:06:34 -0400
shopinglist
Of course, the easiest way is to get someone else to do it for you. If you can't work that out, I suggest you google for "xsl:sort". You will find any number of good references.
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Jimmy Ehs <jimmyahs@xxxxxxxxx>
Sent:     Mon, 22 May 2006 16:47:51 +0200
To:       xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:   Sorting an xml

Hi, I'm making an application that makes a shopinglist, my XML might 
looks like this:

--------------------------------------------------------------
<shopinglist>
    <item>
        <name>Lax</name>
        <count>8</count>
        <unit>st</unit>
        <place>Kyl och frys</place>
    </item>
    <item>
        <name>Chalottenlvk</name>
        <count>4</count>
        <unit>st</unit>
        <place>Frukt och grvnt</place>
    </item>
    <item>
        <name>Matlagningsvin</name>
        <count>0,66</count>
        <unit>l</unit>
        <place>Vvrigt</place>
    </item>
    <item>
        <name>Grddde</name>
        <count>1,2</count>
        <unit>l</unit>
        <place>Kyl och frys</place>
    </item>
</shopinglist>
----------------------------------------------------------

The printout for this should be sorted by <place> like this:
Kyl och frys:
Lax 8 st
Grddde 1,2 l

Frukt och grvnt:
Chalottenlvk 4 st

Vvrigt:
Matlagningsvin 0,66  l



How do I do this as easy as possible?
Thnx in advance!
Jimmy

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.