I had a problem using more complex xPath queries with
this script e.g using the ancestor axis, so I had a
look on the net, and found this:
http://www.15seconds.com/Issue/010409.htm
It says about half way through that MSXML defaults to
XSL pattern matching in selectNodes rather than xPath,
I've fixed my copy by changing the "activateDom"
function as follows:
function...
The first release of DOM Level 3 implementation for Microsoft Internet Explorer is available. The implementation is functionaly complete, although it uses the Java binding model rather than Javascript. Next milestones of the project include: making implementation work with XML document objects and providing ECMAScript binding model.