xsl-list
[Top] [All Lists]

RE: [xsl] node is in a nodelist?

2007-06-19 03:25:26

How do I know in a easy way if a node is in a nodelist (for 
example returned by key())?

In XSLT 2.0: exists($node intersect $nodelist)

In 1.0: count($node | $nodelist) = count($nodelist)

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--

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