Rev 234 | Rev 236 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* xpath.js
- jsx.xpath.evaluate():
+ Return null on error
+ Uses local alias for XPathResult (faster access)
- jsx,xpath.collectNamespaces():
+ Uses `name' and `value' instead of deprecated
`nodeName' and `nodeValue' for attribute nodes
+ Removed extra RegExp capture
- jsx.xpath.createFullNSResolver() caches jsx.xpath.collectNamespaces()
- Updated JSdoc
* test/httprequest.html
- Uses jsx.test.runner
* test/test.js
- Uses jsx.object.isNativeMethod()