You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ro...@apache.org on 2004/12/08 11:52:03 UTC

cvs commit: ws-site/targets/axis/cpp winuser-guide.html

roshan      2004/12/08 02:52:03

  Modified:    targets/axis/cpp winuser-guide.html
  Log:
  Modified win install guide & win dev guide by adding the sentences Expat XML Parser is not maintained for Axis C++ 1.4 Alpha.
  
  Revision  Changes    Path
  1.30      +4 -0      ws-site/targets/axis/cpp/winuser-guide.html
  
  Index: winuser-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/cpp/winuser-guide.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- winuser-guide.html	26 Nov 2004 10:57:12 -0000	1.29
  +++ winuser-guide.html	8 Dec 2004 10:52:03 -0000	1.30
  @@ -305,6 +305,8 @@
   <strong>Before you follow this guide, please make sure that you have followed the</strong> <a href="wininstall-guide.html"><strong>Windows Installation guide</strong></a>
   </p>
   <p>
  +<strong>Note:</strong>The Expat XML Parser module is not currently maintained and also contains some bugs. So it is removed from the 1.4 release. Please ignore any references to the Expat parser in the documentation. The documentation will be updated regarding this later.</p>
  +<p>
   <strong>Definitions:</strong>
   <br>Axis_Extract -&gt; The folder to which the Axis c++ binary distribution is extracted<br>[Axis_Folder] -&gt; The deploy folder of the binary distribution which is copied to the apache installation</p>
   <p>
  @@ -424,6 +426,8 @@
   <div class="h4">
   <h4>Transport Library and Parser Library</h4>
   </div>
  +<p>
  +<strong>Note:</strong>The Expat XML Parser module is not currently maintained and also contains some bugs. For more information refer the Note at the top of the page.</p>
   <p>AxisTransport.dll (Which can be found at Axis_Extract/bin) should be placed in the path, and should be specified as the value to the key "Transport_http" in axiscpp.conf [Axis_Folder]/axiscpp.conf Or in the same place as the client.exe.</p>
   <p>Rename either AxisXMLParser_Expat.dll or AxisXMLParser_Xerces.dll to AxisXMLParser.dll (depending on the parser you use), and give the path of the AxisXMLParser.dll as the value of the key XMLParser in axiscpp.conf Or in the same place as the client.exe.<br>If you want to use Expat parser then libexpat.dll should be given in the path.<br>If you want to use the Xerces parser then xerces-c_2_2_0.dll should be given in the path.<br>
   </p>