xsl-list
[Top] [All Lists]

RE: How to sort?

2004-10-14 04:18:16
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[(_at_)info  = 'main' or 
@info = 'sub']]"/>

Cheers,

Jarno - Lisa Lashes: Hard Mix


<Prev in Thread] Current Thread [Next in Thread>