You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@apache.org on 2001/08/28 04:27:19 UTC

cvs commit: xml-xerces/java/docs readme.xml releases.xml

andyc       01/08/27 19:27:19

  Modified:    java/docs readme.xml releases.xml
  Log:
  Updated documentation for new deferred DOM implementation.
  
  Revision  Changes    Path
  1.17      +5 -6      xml-xerces/java/docs/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/readme.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- readme.xml	2001/08/24 05:08:21	1.16
  +++ readme.xml	2001/08/28 02:27:19	1.17
  @@ -77,11 +77,11 @@
    </s2>
    <s2 title='Changes from Previous Release'>
     <p>
  -   This release is primarily a bug fix release. However, a new
  -   XNI parser configuration interface has been added to allow the
  -   creation of "pull" parser configurations. In addition, more
  -   XNI documentation has been written that explains how to re-use
  -   the standard Xerces2 parser components.
  +   The deferred DOM implementation has been been re-added
  +   in this release and is the default DOM in the DOMParser.
  +   Check the documentation on this
  +   <link idref='features' anchor='dom.defer-node-expansion'>feature</link>
  +   for more information.
     </p>
     <p>
      For a more complete list of changes, refer to the 
  @@ -98,7 +98,6 @@
      Xerces 1.x and Xerces2:
     </p>
     <ul>
  -   <li>Deferred DOM implementation removed</li>
      <li>XML Schema support not yet implemented</li>
     </ul>
    </s2>
  
  
  
  1.69      +18 -1     xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- releases.xml	2001/08/24 04:45:16	1.68
  +++ releases.xml	2001/08/28 02:27:19	1.69
  @@ -1,8 +1,25 @@
   <?xml version='1.0' encoding='UTF-8'?>
   <!DOCTYPE releases SYSTEM 'dtd/releases.dtd'>
   <releases>
  + <release version='NOT YET RELEASED'>
  +  <desc>
  +   <strong>TODO</strong>
  +  </desc>
  +  <changes>
  +   <add>
  +    <note>
  +     Ported the deferred DOM implementation from the Xerces 1.x
  +     codebase.
  +    </note>
  +    <submitter name='Arnaud  Le Hors'/>
  +   </add>
  +  </changes>
  + </release>
    <release version='&ParserName; 2.0.0 (beta2)'>
  -  <desc/>
  +  <desc>
  +   This is primarily a bug fix release. However, a new XNI
  +   interface and additional documentation have been added.
  +  </desc>
     <changes>
      <fix>
       <note>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org