Re: [xsl] variable in xpath?

Subject: Re: [xsl] variable in xpath?
From: "Steve Renshaw" <renshaw_steve@xxxxxxxxxxx>
Date: Thu, 11 Apr 2002 23:21:29 +0000
select all <element> [which have a child element [whose name() is the same
as stored in $child and whose concatenation of all descendant text nodes is
the same as stored in $value]]


Thanks. But for the second construct (I haven't tested it) it isn't 100% clear what the context of "." is:

select="*[*[name()=$child and . = $value]]"

In what context is a dot used within nested predicates evaluated in?
I think I know what the answer is, but I am searching for an articulate
wording of it. Thansk agian



_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail. http://www.hotmail.com



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



Current Thread