In sarissa i implement the selectSingleNode by appending '[1]' to the
xpath expression then calling selectNodes. Maybe MSXML's implementation
has the same flaw ;-)
do you wrap the expression in () before appending [1] (you need to)
(/a/b/c)[1]
will select at most 1 node
/a/b/c[1]
will select all c nodes that are the first child of a b.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
--~------------------------------------------------------------------
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>
--~--