You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by er...@locus.apache.org on 2000/08/29 22:16:14 UTC

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

ericye      00/08/29 13:16:14

  Modified:    java/docs releases.xml
  Log:
  changes for 1.1.4
  
  Revision  Changes    Path
  1.26      +7 -0      xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- releases.xml	2000/07/26 23:56:09	1.25
  +++ releases.xml	2000/08/29 20:16:12	1.26
  @@ -2,6 +2,13 @@
   <!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
   
   <s1 title="Releases">
  +    <s2 title='August 28, 2000'>
  +        <ul>
  +           <li>Added "<any processContents='lax|skip'/>" support for Schema. [ericye]</li>           
  +           <li>Added feature "load-dtd-grammar" [ericye]</li>
  +           <li>Fixed a bug in reset() method of XMLValidator. [ericye]</li>
  +        </ul>
  +    </s2>
       <s2 title='July 26, 2000'>
           <ul>
              <li>Added "anyAttribute" support for Schema. [ericye]</li>