Changes between Version 17 and Version 18 of JavaScript-XPath

Show
Ignore:
Timestamp:
11/14/07 17:44:36 (6 years ago)
Author:
amachang (IP: 203.112.24.227)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaScript-XPath

    v17 v18  
    8282var start_ = new Date; 
    8383var result = document.evaluate('//*', document, null, 6, null); 
    84 alert('Fetched ' + result.snapshotLength + ' elements in ' + (new Date - start_) + ' [ms]'); 
     84alert(result.snapshotLength + ' elements in ' + (new Date - start_) + ' [ms]'); 
    8585}}} 
    8686