nikgoodley-ibboost / aost

Automatically exported from code.google.com/p/aost
0 stars 0 forks source link

Need to create a general JS class to handle xpath to DOM node/nodes mapping #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have created the empty xpathDom.js file and we should use it to find the
DOM node/nodes by given xpath.
I tried document.evaluation(), but seems always get back empty set.
Need more research on this.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 3 Feb 2009 at 5:12

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 3 Feb 2009 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 6 Feb 2009 at 1:56

GoogleCodeExporter commented 9 years ago
It is handled by the XPathProcessor.js now.

Original comment by John.Jian.Fang@gmail.com on 8 Feb 2009 at 2:31