Re: [xsl] Alright...sorting problem (kinda urgent)

Subject: Re: [xsl] Alright...sorting problem (kinda urgent)
From: ronald heller <ronald@xxxxxxxxxxx>
Date: Thu, 29 Mar 2001 15:28:54 +0100
What R U trying to do here?

From Your last post I concluded you wanted to use multiple sorting keys, you canb just specify them below each other:

<xsl:sort select="x"/>
<xsl:sort select="y"/>

First all are sorted to x than y

Futher the code you specify here doen't seem right (at least to me)
Don't U mean something like:

<xsl:variable name="alia">whatever</xsl:variable>
<xsl:for-each select="NAVIGATION[PAPA=$alias]">

At 03:21 PM 3/29/01 +0200, you wrote:
hi.

This is a continuation from my last post (sort and re-sort).
Could I use a for-each in respect to the value of another element?
I have tried the following:

<xsl:for-each select="NAVIGATION[PAPA=<xsl:value-of select="$alias"]">

Any ideas?

Marcus Klinge
Web Producing
----------------------
Karzauninkat Webdesign
Barner Strasse 14
22765 Hamburg
Tel: 040 39834 771
Fax: 040 39834 779


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


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


Current Thread