xsl-list
[Top] [All Lists]

Re: Error in XPath expression with IE

2005-03-15 10:42:41

  And i still have a problem, it seems some msxml uses a XPath 0 based
  and some others 1 based. When pos=1 in some i get 2 values instead of
  1!!!


No Xpath is always 1-based.

Msxml has two selection languages Xpath, and the selection language from
IE5 (which is the default in msxml2 and mmsxml3)  to make it use xpath
you need to set a property first. see the docs (I don't remember the
details)

   parent+"MenuTitulo")[0];
If you have [0] and it works then you are not using Xpath.

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