[xsl] fairly simple position() question

Subject: [xsl] fairly simple position() question
From: "Kasper Nielsen" <news@xxxxxx>
Date: Tue, 12 Nov 2002 14:18:01 +0100
Hi,

This should be so simple, however I can't get it working with alot of hassle

basicly what I have is a xml document

  <view>
    <columns>
      <column name="id" />
      <column name="description" />
      <column name="economy_actual" />
      <column name="economy_actual" />
      <column name="economy_actual" />
    </columns>
  </view>

And all I want to get is given a variable $sortby
give me position of the column
$sortby='id' -> 1
$sortby='description' -> 2
$sortby='economy_actual' -> 3 (or 4 or 5 I don't care just don't return
something like '345' as my solution did)



regards
  Kasper Nielsen



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread