xsl-list
[Top] [All Lists]

Re: Nesting {...}

2003-01-25 07:57:36

Is it possible to have two {...} expressions in one?

No there would be no point, inside {} you can use any XPath expression
(and {} never has any meaning in XPath expressions other than a
character in a string.



(NOTE: in person[(_at_)initials='{(_at_)initials}'] the two 'initials' 
attributes
are different; the first is the initials attribute of a 'person' element
and the second and third ones are the initials attributes of the context
node.)

use current()/@initials to access the latter as usual.

David

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



<Prev in Thread] Current Thread [Next in Thread>