You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@locus.apache.org on 2000/06/20 04:26:25 UTC

cvs commit: xml-xerces/c/doc buildc.xml

rahulj      00/06/19 19:26:25

  Modified:    c/doc    buildc.xml
  Log:
  Corrected by Joe Polastre.
  
  Revision  Changes    Path
  1.5       +9 -5      xml-xerces/c/doc/buildc.xml
  
  Index: buildc.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/buildc.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- buildc.xml	2000/06/15 20:25:51	1.4
  +++ buildc.xml	2000/06/20 02:26:24	1.5
  @@ -23,9 +23,9 @@
   
       <anchor name="BuildWinNT"/>
       <s2 title="Building on Windows NT/98">
  -        &XercesCName; comes with Microsoft Visual C++ projects and workspaces to
  +        <p>&XercesCName; comes with Microsoft Visual C++ projects and workspaces to
           help you build &XercesCName;. The following describes the steps you need
  -        to build &XercesCName;.
  +        to build &XercesCName;.</p>
   
           <s3 title="Building &XercesCName; library">
               <p>To build &XercesCName; from it source (using MSVC), you will
  @@ -794,9 +794,9 @@
   		Then click the down arrow and make all of the components unavailable. Next open the
   		"Build Environment" branch and select only the following items:</p>
   		<ul>
  -		<li>Win32 Build Environment</li>
  -		<li>COM Headers and Libraries</li>
  -		<li>Internet Explorer Headers and Libraries</li>
  +		<li>Win32 API</li>
  +		<li>Component Services</li>
  +		<li>Web Services - Internet Explorer</li>
   		</ul>
   
   		<p><em>Important:</em> When the installation is complete you need to update VC6's
  @@ -824,6 +824,10 @@
   		using DOM. You need to browse the HTML files in this directory using
   		IE 5.0. Make sure that your build has worked properly, specially the
   		registration of the ActiveX controls that happens in the final step.</p>
  +		<p>You may also want to check out the NIST DOM test suite at 
  +		<jump href="http://xw2k.sdct.itl.nist.gov/BRADY/DOM/">http://xw2k.sdct.itl.nist.gov/BRADY/DOM/</jump>.
  +		You will have to modify the documents in the NIST suite to load the
  +		Xerces COM object instead of the MSIE COM object.</p>
   		</s3>
   
       </s2>