[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: XPath help


Subject: Re: XPath help
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Mon, 13 Nov 2000 15:06:32 +0000

Kay Michael wrote:
> 
> > you can use test="count(//*[@name = ./@name]) = 1" :
> 
> eh? "@name" and "./@name" mean the same thing. Perhaps you meant
> @name=//@name, but that predicate will still always be true.
> 

Whoops - that should have been test="count(//*[@name = current()/@name])
= 1"

Which would have answered the original question, if not the real
problem.

Francis.
-- 
Francis Norton.

why not?


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



Current Thread