Changes between Version 2 and Version 3 of JavaScript-XPath/bindings/Prototype

Show
Ignore:
Timestamp:
11/16/07 20:26:46 (6 years ago)
Author:
amachang (IP: 203.112.24.227)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaScript-XPath/bindings/Prototype

    v2 v3  
    11= XPath for Prototype = 
    22 
    3 XPath for Prototype is [JavaScript-XPath] binding for Prototype. 
     3XPath for Prototype is [wiki:JavaScript-XPath] binding for Prototype. 
    44 
    55== Release/Download == 
     
    1313== Requires == 
    1414 * [http://prototypejs.org/ Prototype] !JavaScript file 
    15  * [http://svn.coderepos.org/share/lang/javascript/javascript-xpath/bindings/prototype/release/xpath4prototype-latest.js JavaScript-XPath JavaScript file] 
     15 * [wiki:JavaScript-XPath] !JavaScript file 
     16   * [http://svn.coderepos.org/share/lang/javascript/javascript-xpath/bindings/prototype/release/xpath4prototype-latest.js Latest release] 
    1617 
    1718== How to use == 
    1819 * Import Prototype !JavaScript file. 
    19  * Import [JavaScript-Xpath] !JavaScript file (this js file does nothing for browsers which support DOM 3 XPath natively). 
     20 * Import [wiki:JavaScript-Xpath] !JavaScript file (this js file does nothing for browsers which support DOM 3 XPath natively). 
    2021 * Import XPath for Prototype !JavaScript file. 
    2122 * Enjoy with XPath!