Re: [xsl] Sort order - dynamic select

Subject: Re: [xsl] Sort order - dynamic select
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Mon, 14 Mar 2005 14:36:03 -0000
----- Original Message ----- From: "Hardy Merrill" <HMerrill@xxxxxxxxxxxxxxxx>
To: <jtrepanier@xxxxxxxxxxx>; <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, March 14, 2005 2:32 PM
Subject: Re: [xsl] Sort order - dynamic select



Here's how I accomplished that:

<xsl:param name="select_sort_field"/>

  <xsl:for-each select="codes/value[code_type =
$code_type]">
<xsl:sort select="*[name()=$select_sort_field]" />

I think you could do something similar ;-)

HTH.

Hardy Merrill


That's easy enough if it's a simple expression, just the name of one element, but not if it's a full path.



Joe


Current Thread