Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cross-browser XPath implementation in JavaScript

I'm looking for a XPath library to query over XML documents in FF, IE, Opera and Safari... and couldn't find one. Have you seen any?

like image 970
Fedor Sheremetyev Avatar asked Oct 08 '08 15:10

Fedor Sheremetyev


1 Answers

Google has just released Wicked Good XPath - A rewrite of Cybozu Lab's famous JavaScript-XPath.

Link: https://github.com/google/wicked-good-xpath

The rewritten version is 40% smaller and about 30% faster than the original implementation.

like image 97
Dominator008 Avatar answered Oct 02 '22 13:10

Dominator008