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.
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.
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
I’am working on an full XPath implementation in JavaScript, and it’s only 13K.
See: http://llamalab.com/js/xpath