Re: [xsl] <xsl:number> in XPath

Subject: Re: [xsl] <xsl:number> in XPath
From: Marian Olteanu <mou_softwin@xxxxxxxxx>
Date: Thu, 9 Dec 2004 12:06:14 -0800 (PST)
> I want both the /menus/menu, the (//menu)[$pos] and their ancestors and first
> children, but i can't do something like
> 
> <xsl:apply-templates select="/menus/menu | (//menu)[$pos]" | (//menu)[$pos]/menu
>  | ancestor:menu[(//menu)[$pos]]/>
> 
> or is there something similar?

If I understood right your requirement, it's
<xsl:apply-templates select="/menus/menu | (//menu)[$pos] | (//menu)[$pos]/menu
 | //menu)[$pos]]/ancestor::menu" />



=====
Marian
http://www.utdallas.edu/~mgo031000/

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread