Changes between Version 17 and Version 18 of JavaScript-XPath
- Timestamp:
- 11/14/07 17:44:36 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaScript-XPath
v17 v18 82 82 var start_ = new Date; 83 83 var result = document.evaluate('//*', document, null, 6, null); 84 alert( 'Fetched ' +result.snapshotLength + ' elements in ' + (new Date - start_) + ' [ms]');84 alert(result.snapshotLength + ' elements in ' + (new Date - start_) + ' [ms]'); 85 85 }}} 86 86
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)