XPath in JavaScript

Cameron McCormack has released a nice XPath JavaScript Implementation. XPath let’s you use the XML based language for addressing parts of an XML document.

2 Responses to “XPath in JavaScript”

  1. claus wahlers said on January 13th, 2005 at 3:58 pm

    fyi, we have a 100% compliant and open source xpath implementation (libxml2 port) ready that works both in javascript and actionscript
    it’s available in the cvs at http://sourceforge.net/projects/ugo

  2. Henrik Lindqvist said on March 15th, 2008 at 8:39 am

    I’am working on an full XPath implementation in JavaScript, and it’s only 13K.
    See: http://llamalab.com/js/xpath