Changeset 1560
- Timestamp:
- 05/22/05 18:18:44 (3 years ago)
- Files:
-
- trunk/RELEASE_en.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RELEASE_en.html
r1549 r1560 19 19 20 20 <p class="status"> 21 Last modified: May 17, 2005<br />21 Last modified: May 22, 2005<br /> 22 22 Created: July 17, 2000 23 23 </p> … … 117 117 <li>add a sample of googleAdWords. CAUTION: I don't have an account of AdWords so the sample code is NOT tested. Please tell me (nahi@ruby-lang.org) if you will get good/bad result in communicating with AdWords Server.</li> 118 118 <li>add a sample of AWSECommerce. CAUTION: I don't have an account of AWSECommerce so the sample code is NOT tested. Please tell me (nahi@ruby-lang.org) if you will get good/bad result in communicating with AWSECommerce Server.</li> 119 </ul> 120 </li> 121 122 <li>Redists 123 <ul> 124 <li>include xmlscan as a redistributed module. xmlscan now is a first class XML processor. still soap4r should run with REXML and XMLParser.</li> 119 125 </ul> 120 126 </li> … … 346 352 347 353 <dl> 348 <dt class="path">XML processor</dt>349 <dd>SOAP4R requires a XML processor package installed.350 For now, one of following XML processor must be installed351 (SOAP4R automatically detects it in runtime).352 <ul>353 <li><a href="http://raa.ruby-lang.org/project/xmlscan/">[RAA:xmlscan]</a> (0.2.3, 0.3.x)</li>354 <li><a href="http://raa.ruby-lang.org/project/rexml/">[RAA:REXML]</a> (2.7.1)</li>355 <li><a href="http://raa.ruby-lang.org/project/rexml-stable/">[RAA:REXML-stable]</a> (2.4.8)</li>356 <li><a href="http://raa.ruby-lang.org/project/xmlparser/">[RAA:XMLParser]</a> (0.6.5)</li>357 </ul></dd>358 359 354 <dt class="path"><a href="http://raa.ruby-lang.org/project/webrick/">[RAA:webrick]</a> (1.3.1)</dt> 360 355 <dd>TCP server toolkit by Gotoyuzo.</dd> … … 765 760 </ul> 766 761 </li> 762 763 <li>Redists 764 <ul> 765 <li>include xmlscan as a redistributed module. xmlscan now is a first class XML processor. still soap4r should run with REXML and XMLParser.</li> 766 </ul> 767 </li> 767 768 </ul> 768 769 <br/>