Re: [xsl] Error in XPath expression with IE

Subject: Re: [xsl] Error in XPath expression with IE
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 15 Mar 2005 17:42:41 GMT
  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
________________________________________________________________________

Current Thread