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 |
- Re: How to sort?, (continued)
- Mike G - Thu, 14 Oct 2004 11:43:11 +0200
- Jarno.Elovirta - Thu, 14 Oct 2004 12:51:07 +0300
- Mike G - Thu, 14 Oct 2004 13:10:06 +0200
- Jarno.Elovirta - Thu, 14 Oct 2004 14:18:16 +0300 <=
- Mike G - Thu, 14 Oct 2004 13:40:33 +0200
- Jarno.Elovirta - Thu, 14 Oct 2004 15:06:16 +0300
- Mike G - Fri, 15 Oct 2004 10:07:34 +0200
- Mike G - Fri, 15 Oct 2004 10:16:19 +0200
|
|