|
Subject: Re: [xsl] Attribute-based XML Sorting using XSL From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Tue, 18 Jun 2002 01:23:30 +0200 |
<xsl:apply-templates select="ROW">
<xsl:sort select="COLUMN[@value]"/>
</xsl:apply-templates>
<xsl:apply-templates select="ROW">
<xsl:sort select="COLUMN[@name = $sort-col]"/>
</xsl:apply-templates>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Attribute-based XML Sorting u, Matt Jones | Thread | Re: [xsl] Attribute-based XML Sorti, Peter Davis |
| Re: [xsl] selecting an element in a, J.Pietschmann | Date | Re: [xsl] Attribute-based XML Sorti, Peter Davis |
| Month |