RE: [xsl] need to get value of required nodes only

Subject: RE: [xsl] need to get value of required nodes only
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 8 Mar 2004 12:11:27 +0200
Hi,

> plz dont go for 'MenuNumber' i need to get vales on the 
> 'Name' attribute.
> and i t can be one or more . like
> 
> value of 'test1','test3' and 'test4' :)

In that case, you want

  menu-heads[@Name = "test1" or @Name = "test3" or @Name = "test4"]

Cheers,

Jarno

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


Current Thread