Changes between Version 15 and Version 16 of JavaScript-XPath
- Timestamp:
- 11/14/07 17:38:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaScript-XPath
v15 v16 73 73 #!js 74 74 //Executable 75 var result = document.evaluate('//h1/node()[1]', document, null, 1, null);75 var result = document.evaluate('//h1/node()[1]', document, null, 2, null); 76 76 alert(result.stringValue); // JavaScript-XPath 77 77 }}}
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)