| Subject: Re: [xsl] generic sort based on attribute names From: "Joris Gillis" <roac@xxxxxxxxxx> Date: Tue, 25 Jan 2005 18:04:06 +0100 | 
Sure...Can u please explain how the node-set function could help in this context?
with this template: <xsl:template match="e" mode="sortkey"> <e> <xsl:apply-templates select="@*" mode="sortkey"> <xsl:sort select="." data-type="string"/> </xsl:apply-templates> </e> </xsl:template>
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] generic sort based on att, Chaitanya Desai | Thread | RE: [xsl] generic sort based on att, Chaitanya Desai | 
| Re: [xsl] XSL for 2 columns- Format, Joris Gillis | Date | Re: [xsl] XSL for 2 columns- Format, Wendell Piez | 
| Month |