[Javascript] HTML DOM+ XPath + JavaScript

davecline at onebox.com davecline at onebox.com
Tue Jul 6 14:09:09 CDT 2004


XPath (XSLTransformations) is built into the latest Mozilla. It's crippled but operational. Safari has XML but to my knowledge no XSLT capability.

URL[http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=netscape.public.mozilla.layout.xslt]

-- 
Dave Cline
davecline at gmail.com
www.bangeye.com/
801-636-5603




-----Original Message-----
From:     Gee, David <dgee at freemarkets.com>
Sent:     Tue, 6 Jul 2004 13:54:40 -0400
To:       "[JavaScript List]" <javascript at LaTech.edu>
Subject:  RE: [Javascript] HTML DOM+ XPath + JavaScript

It's definitely possible with MSXML4 (Microsoft's latest XML parser),
but I'm not so sure about earlier versions of MSXML, and I haven't seen
any way to do it in other XML-enabled browsers like Safari or Mozilla.
Download the MSXML4.0 SDK and the help file that comes bundled with it
lists the methods which utilize Xpath expressions (ie.
selectSingleNode).

David


-----Original Message-----
From: Paul Cowan [mailto:dagda1 at hotmail.com] 
Sent: Monday, July 05, 2004 4:59 AM
To: javascript at LaTech.edu
Subject: [Javascript] HTML DOM+ XPath + JavaScript


Hi,

Does anyone know if it is possible to use the XPath expressions through 
JavaScript in order to navigate the HTML DOM or is it only possible to
use 
the DOM API?

Thanks

Paul


_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript





More information about the Javascript mailing list