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: XPath's role (Was: Re: Re: . in for)


>   <xsl:variable name="emps"
>     select="//employee[some $d in $departments satisfies
> lower-case(./@dept) =
>
> which reminds me, why is that $d and not d ?
>
No good reason, it just came that way from XQuery, and it happens to make it
easier to parse without reserved words.

I've been wondering whether we should allow the "$" in name="$emps" to
remove the inconsistency.

Mike Kay


 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]