I am stuck with as issue of accessing HTML element in IE using XPath in Javascript? I already tried with selectNodes() method but its for XML only, it does not work for XPat
You might also like this solution to add xpath support for HTML in IE:
http://sourceforge.net/projects/html-xpath/
This has the benefit of unifying the API between IE and other browsers, as well.