june        2004/12/16 12:53:55

  Modified:    c/xdocs/sources/xalan download.xml whatsnew.xml
  Log:
  Updates to docs for 1.9 release.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xalan/c/xdocs/sources/xalan/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/download.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- download.xml      5 Nov 2004 18:50:24 -0000       1.2
  +++ download.xml      16 Dec 2004 20:53:55 -0000      1.3
  @@ -89,7 +89,7 @@
     <td>SuSE 8.0 on AMD (64-bit)</td>
     </tr>
     <tr>
  -  <td>&xslt4c-win2k-dist;<br/></td>
  +  <td>&xslt4c-win32-dist;<br/></td>
     <td>&xml4c-winnt-dist;<br/></td>
     <td>Windows 2000 (32-bit)<br/></td>
     </tr>
  
  
  
  1.5       +8 -1      xml-xalan/c/xdocs/sources/xalan/whatsnew.xml
  
  Index: whatsnew.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/whatsnew.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- whatsnew.xml      16 Dec 2004 06:06:00 -0000      1.4
  +++ whatsnew.xml      16 Dec 2004 20:53:55 -0000      1.5
  @@ -46,7 +46,14 @@
         stylesheets/input documents may cause the program stack to overflow 
and cause the application to fail.  It also may 
         inhibit executing stylesheets that are heavily dependent on recursive 
functions.  This feature will prevent these types 
         of failure. </li>
  -  <li>Upgrade from Xerces-C 2.5 to Xerces-C 2.6. </li>
  +  <li>Provided a global option to pool all text node strings.  This feature 
allows developers to set a flag to determine if a 
  +      parsed source tree will pool the values of all of the text nodes in 
the XML document.  By doing so, this can result in a 
  +      significant reduction in memory usage, particularly if there are a lot 
of repeated values in text nodes.  Please see 
  +      the class descriptions for <jump 
href="apiDocs/classXalanSourceTreeDocument.html">XalanSourceTreeDocument</jump>,
  
  +      <jump 
href="apiDocs/classXalanDefaultParsedSource.html">XalanDefaultParsedSource</jump>,
 and
  +      <jump 
href="apiDocs/classXalanTransformer.html">XalanTransformer</jump> in the <jump 
href="apiDocs/index.html">
  +      API Reference</jump> section for more information.</li> 
  +      <li>Upgrade from Xerces-C 2.5 to Xerces-C 2.6. </li>
     <li><link anchor="bugfixes">Bugs fixed in this release</link>.</li>
    </ul>  
   </s3>  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to