Cross-browser XPath implementation in JavaScript

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

    Here is the most recent cross-browser implementation of XPath in Javascript: https://github.com/andrejpavlovic/xpathjs

    It is fully functional and unit tested, and has great support. The coolest part is that it also supports namespaces!

提交回复
热议问题