xsl-list
[Top] [All Lists]

Re: [xsl] Problem with Positional Grouping from MSXML

2007-02-02 11:06:01


 From this line I understand that the XPath 2.0 "=" operator allows to 
test an atomic value (like the string that the attribute value is 
coerced into) against a sequence and returns true if the atomic value 
equals any of the members of the sequence.

yes, this is just teh same as xpath1 really which also allows = to be
used with node sets (the xpath1 equivalent of sequences) and retues true
if any item in the right hand  set is equal to an item in the left hand
set.


this will be in xpath REC document, or any xpath tutorial.

David


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--