News

XPathJS: Released

December 21, 2011

We have just released XPathJS library – a brand new implementation of XPath 1.0 and DOM Level 3 XPath specifications written in JavaScript. The coolest part is that it supports all the major browsers out there including IE6! It also comes with unit tests that ensure that every feature conforms fully to the specifications.

The library has been released under dual AGPL and commercial licenses in order to allow everyone to be able to try it out and use in their own projects.

Here are some cool features of the library:

  • Supports IE6+, Chrome, Firefox, Safari, and Opera
  • Easy to include and initialize in any web project (a single JS file with no dependencies!)
  • Provides namespace support on any HTML page regardless of content type
  • Follows XPath standards rigorously
  • Easily extensible

Read more about XPathJS on our site or check it out on GitHub.

Tags: ,

Comments

Leave a Reply