Re: [xsl] Using native XPath in IE with Javascript

Subject: Re: [xsl] Using native XPath in IE with Javascript
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Mon, 18 Feb 2008 13:41:46 +0100
Manfred Staudinger wrote:

I've used XPath in Javascript for Firefox and Opera without any
problem (apart from learning), but did not find a single description
or documentation for IE (2nd case). Can anyone help me with a
pointer??

IE uses MSXML for XML parsing, XSLT and XPath. IE 6/7 use MSXML 3 by default although with script you can instantiate objects of other MSXML versions that are around (for instance Vista by default has MSXML 6 installed).
The MSXML SDK is online here: <URL:http://msdn2.microsoft.com/en-us/library/ms763742.aspx> and also available as a download.




--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread