dleslie     01/02/14 13:05:55

  Modified:    c/xdocs/sources/xalan STATUS faq.xml index.xml
  Log:
  Updates per review by Dave Bertoni.
  
  Revision  Changes    Path
  1.13      +1 -3      xml-xalan/c/xdocs/sources/xalan/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/STATUS,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- STATUS    2001/02/12 21:43:49     1.12
  +++ STATUS    2001/02/14 21:05:51     1.13
  @@ -1,5 +1,5 @@
   <s3 title="Version of &xml4c; to use"> 
  -<p>&xslt4c-current; has been tested with &xml4c-used;. Each &xslt4c-current; 
download includes the entire Xerces-C++ source tree and the required binaries 
for the specified platform. For information about including The Xerces-C++ 
libraries on the path, see <link idref="getstarted" anchor="path">Setting up 
the system path</link>.</p>
  +<p>&xslt4c-current; has been tested with &xml4c-used;. Each &xslt4c-current; 
download includes the Xerces-C++ distribution for the specified platform. For 
information about including The Xerces-C++ libraries on the path, see <link 
idref="getstarted" anchor="path">Setting up the system path</link>.</p>
   <p><em>Important</em> You may experience unpredictable anomalies if your 
Xalan and Xerces builds are not in synch. If you download an update to Xalan, 
check the release notes to determine which version of Xerces you should use.</p>
   </s3><anchor name="to-do"/>
   <s3 title="To-do tasks for future &xslt4c; releases">
  @@ -7,8 +7,6 @@
          <li>Add support for extension elements<br/><br/></li>
          <li>Fix any conformance bugs we or our users find<br/><br/></li>
          <li>Expand the XalanTransformer simplified API.<br/><br/></li>
  -       <li>Implement a more efficient mechanism for storing and navigating 
DOM trees, along the lines of the &xslt4j; Document
  -       Table Model (DTM)</li> 
       </ul>
       <p>Watch the <human-resource-ref idref="xalandev"/> for more information 
and for ideas about how you can get involved.</p>    
   </s3>    
  
  
  
  1.12      +1 -1      xml-xalan/c/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- faq.xml   2001/02/14 20:10:50     1.11
  +++ faq.xml   2001/02/14 21:05:52     1.12
  @@ -46,7 +46,7 @@
   <faq title="Building on Windows">
   <q>What do I need to rebuild &xslt4c; on Windows?</q>
   
  -<a><p>To build &xslt4c; on Windows, you need &xml4c; and MS Visual C++ 6.0 
installed with Service Pack 3 for Visual C++ and Visual Studio. You should also 
apply the bug fixes for the C++ standard library that shipped with Visual C++ 
6.0. These fixes are  available from the Dinkumware site:<jump 
href="http://www.dinkumware.com/vc_fixes.html";>http://www.dinkumware.com/vc_fixes.html</jump>.</p>
  +<a><p>To build &xslt4c; on Windows, you need &xml4c; and MS Visual C++ 6.0 
installed with Service Pack 3 for Visual C++ and Visual Studio. You should also 
apply the bug fixes for the C++ standard library that shipped with Visual C++ 
6.0. These fixes are available from the Dinkumware site:<jump 
href="http://www.dinkumware.com/vc_fixes.html";>http://www.dinkumware.com/vc_fixes.html</jump>.</p>
   <p>For more details, see <link idref="readme" anchor="win32">Steps for doing 
a Windows build</link>.</p></a>
   </faq>
   
  
  
  
  1.21      +1 -1      xml-xalan/c/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml 2001/02/14 20:10:50     1.20
  +++ index.xml 2001/02/14 21:05:52     1.21
  @@ -83,7 +83,7 @@
          <tr>
            <td>Windows32</td>
           <td><resource-ref idref="xslt4c-win32-download"/></td>
  -        <td>MSVC 6.0 SP3</td>
  +        <td>MSVC 6.0 SP3 and <jump 
href="http://www.dinkumware.com/vc_fixes.html";>Dinkumware C++ library 
fixes</jump></td>
         </tr>
         <tr>
           <td>Red Hat Linux 6.1</td>
  
  
  

Reply via email to