Cross-browser XPath implementation in JavaScript

前端 未结 12 1550
有刺的猬
有刺的猬 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:09

    You may want to try jQuery XPath plugin with support for XPath 2.0 syntax that works cross-browser.

提交回复
热议问题