xsl-list
[Top] [All Lists]

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

2008-02-18 05:42:21
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/

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