Cross-browser XPath implementation in JavaScript

前端 未结 12 1523
有刺的猬
有刺的猬 2020-12-08 04:32

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?

12条回答
  •  轮回少年
    2020-12-08 05:06

    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.

提交回复
热议问题