You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2001/11/13 21:34:02 UTC

cvs commit: xml-xerces/java/docs samples-xni.xml samples-socket.xml samples-sax.xml samples-dom.xml features.xml

sandygao    01/11/13 12:34:02

  Modified:    java/docs samples-xni.xml samples-socket.xml samples-sax.xml
                        samples-dom.xml features.xml
  Log:
  A new feature is added "validation/schema-full-checking" (as in Xerces-J),
  which controls whether the 3 special constraints are checked against schema:
  Unique Particle Attribution, Particle Derivation, Element Consistent.
  
  Revision  Changes    Path
  1.3       +7 -0      xml-xerces/java/docs/samples-xni.xml
  
  Index: samples-xni.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/samples-xni.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples-xni.xml	2001/08/23 00:35:14	1.2
  +++ samples-xni.xml	2001/11/13 20:34:01	1.3
  @@ -91,6 +91,13 @@
         <strong>NOTE:</strong> Not supported by all parser configurations.
        </td>
       </tr>
  +    <tr>
  +     <td>-f  | -F</td>
  +     <td>
  +      Turn on/off Schema full checking.<br/>
  +      <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
  +     </td>
  +    </tr>
       <tr><td>-m  | -M</td><td>Turn on/off memory usage report.</td></tr>
       <tr><td>-t  | -T</td><td>Turn on/off \"tagginess\" report.</td></tr>
       <tr>
  
  
  
  1.3       +7 -0      xml-xerces/java/docs/samples-socket.xml
  
  Index: samples-socket.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/samples-socket.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples-socket.xml	2001/08/23 00:35:14	1.2
  +++ samples-socket.xml	2001/11/13 20:34:01	1.3
  @@ -54,6 +54,13 @@
         <strong>NOTE:</strong> Not supported by all parsers.");
        </td>
       </tr>
  +    <tr>
  +     <td>-f  | -F</td>
  +     <td>
  +      Turn on/off Schema full checking.<br/>
  +      <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
  +     </td>
  +    </tr>
       <tr><td>-h</td><td>Display help screen.</td></tr>
      </table>
     </s3>
  
  
  
  1.3       +7 -0      xml-xerces/java/docs/samples-sax.xml
  
  Index: samples-sax.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/samples-sax.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples-sax.xml	2001/08/23 00:35:14	1.2
  +++ samples-sax.xml	2001/11/13 20:34:01	1.3
  @@ -75,6 +75,13 @@
         <strong>NOTE:</strong> Not supported by all parsers.
        </td>
       </tr>
  +    <tr>
  +     <td>-f  | -F</td>
  +     <td>
  +      Turn on/off Schema full checking.<br/>
  +      <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
  +     </td>
  +    </tr>
       <tr><td>-m  | -M</td><td>Turn on/off memory usage report.</td></tr>
       <tr><td>-t  | -T</td><td>Turn on/off \"tagginess\" report.</td></tr>
       <tr>
  
  
  
  1.3       +7 -0      xml-xerces/java/docs/samples-dom.xml
  
  Index: samples-dom.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/samples-dom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples-dom.xml	2001/08/23 00:35:14	1.2
  +++ samples-dom.xml	2001/11/13 20:34:01	1.3
  @@ -91,6 +91,13 @@
         <strong>NOTE:</strong> Not supported by all parsers.
        </td>
       </tr>
  +    <tr>
  +     <td>-f  | -F</td>
  +     <td>
  +      Turn on/off Schema full checking.<br/>
  +      <strong>NOTE:</strong> Requires use of -s and not supported by all parsers.
  +     </td>
  +    </tr>
       <tr><td>-h</td><td>Display help screen.</td></tr>
      </table>
     </s3>
  
  
  
  1.22      +0 -5      xml-xerces/java/docs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- features.xml	2001/11/13 20:12:14	1.21
  +++ features.xml	2001/11/13 20:34:01	1.22
  @@ -111,10 +111,6 @@
      <see idref='validation.dynamic'/>
      <see idref='namespaces'/>
     </feature>
  -  <!--
  -    - REVISIT: Do we still need this feature in X2?
  -    -          Or still use it to control whether we do UPA/PD checking?
  -    -
     <feature name='http://apache.org/xml/features/validation/schema-full-checking'
              id='validation.schema-full-checking'>
      <true>
  @@ -132,7 +128,6 @@
       document instances that use Schema grammars.
      </note>
     </feature>
  -  -->
     <feature name='http://xml.org/sax/features/external-general-entities'
              id='external-general-entities'>
      <true>Include external general entities.</true>
  
  
  

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