This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: variable in xpath?


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]