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/07/17 23:47:57 UTC

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

ericye      00/07/17 14:47:57

  Modified:    java/docs releases.xml schema.xml
  Log:
  doc changes for 1.1.3
  --ericye
  
  Revision  Changes    Path
  1.21      +11 -0     xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- releases.xml	2000/06/23 02:36:56	1.20
  +++ releases.xml	2000/07/17 21:47:57	1.21
  @@ -2,6 +2,17 @@
   <!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
   
   <s1 title="Releases">
  +    <s2 title='July 17, 2000'>
  +        <ul>
  +           <li>Added "xsi:type" support for Schema [ericye]</li>
  +           <li>Added full equivClass support for Schema [ericye]</li>
  +           <li>Fixed "form" attribute behavior to be fully compilant with Schema Spec [ericye]</li>
  +           <li>Fixed "xml:space" bug in DTD validation [ericye, andyc]</li>
  +           <li>Fixed "any" element bugs when there are multilple URIs [ericye]</li>
  +           <li>Fixed misc. Schema bugs [ericye]</li>
  +           <li>Fixed resolving Schema location bug in XMLValidator [David.Blankenship@kla_tencor.com, ericye]</li>
  +        </ul>
  +    </s2>
       <s2 title='June 21, 2000'>
           <ul>
              <li>Added "any" element content support for Schema [andyc]</li>
  
  
  
  1.10      +2 -2      xml-xerces/java/docs/schema.xml
  
  Index: schema.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/schema.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- schema.xml	2000/06/21 19:18:41	1.9
  +++ schema.xml	2000/07/17 21:47:57	1.10
  @@ -62,11 +62,12 @@
               <li>Nested element declaration</li>
               <li>Separate symbol spaces for elements, types, groups, and
                   attribute groups</li>
  -            <li>Equivalency classes (partial)</li>
  +            <li>Equivalency classes</li>
               <li>Target namespace</li>
               <li>"xsi:schemaLocation" and "xsl:noNamespacesSchemaLocation"</li>
               <li>Include</li>
               <li>Import</li>
  +            <li>"xsi:type"</li>
           </ul>
       </s2>
       <s2 title='Features NOT Supported'>
  @@ -75,7 +76,6 @@
               <li>Nullable</li>
               <li>Block</li>
               <li>Abstract</li>
  -            <li>"xsi:type"</li>
           </ul>
       </s2>
       <s2 title='Datatypes Supported'>