RE: [xsl] How to sort?

Subject: RE: [xsl] How to sort?
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Thu, 14 Oct 2004 14:18:16 +0300
Hi,

> what i also wanted to add is an option to filter by two parameters
> instead of one:
>
> now:
> <xsl:apply-templates select="Documents/Document[Article/@info
> = 'main']"/>
>
> Would like to choose all article-elements where info="main"
> or info="sub".

E.g.

<xsl:apply-templates select="Documents/Document[Article[@info  = 'main' or
@info = 'sub']]"/>

Cheers,

Jarno - Lisa Lashes: Hard Mix

Current Thread