Cross-browser XPath implementation in JavaScript

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

    You could use the basic XPath plug-in for jQuery to get XPath query-ing functionality.

    Also, you could consider reading this article on XPath XML processing (again with jQuery)

提交回复
热议问题