| Subject: Re: AW: [xsl] Sorting and re-ordering down a hierarchy From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx> Date: Tue, 22 Jul 2003 10:29:07 +0000 | 
Hi,
>Does anybody else have a solution, and can anyone tell me why my solution >does not work?
><xsl:template match="input"> > <xsl:apply-templates select="node"> > <xsl:sort select="node/rank" data-type="number" order="ascending"/> > </xsl:apply-templates> ></xsl:template>
The statement select="node" defines the set which is sorted. You have different call to the template with different sets. Each is sorted. Where is the problem?
Regards,
Juergen
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| AW: [xsl] Sorting and re-ordering d, Zink, Juergen | Thread | Re: [xsl] printing the input xml wi, Peter_Ivan | 
| RE: [xsl] todays Date, Jim Fuller | Date | Re: [xsl] todays Date, Mike Brown | 
| Month |