|
Subject: [xsl] Sorting an xml From: Jimmy Åhs <jimmyahs@xxxxxxxxx> Date: Mon, 22 May 2006 16:47:51 +0200 |
--------------------------------------------------------------
<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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Let's make a difference, kiran reddy | Thread | RE: [xsl] Sorting an xml, Florent Georges |
| Re: [xsl] Adding targetNamespace to, Georg Hohmann | Date | RE: [xsl] Sorting an xml, cknell |
| Month |