You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/08/10 14:13:58 UTC

cvs commit: xml-xerces/c/doc program.xml

tng         01/08/10 05:13:58

  Modified:    c/doc    program.xml
  Log:
  Add full schema constraint checking flag to the samples and the parser.
  
  Revision  Changes    Path
  1.13      +11 -0     xml-xerces/c/doc/program.xml
  
  Index: program.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- program.xml	2001/07/16 12:49:20	1.12
  +++ program.xml	2001/08/10 12:13:58	1.13
  @@ -333,6 +333,17 @@
           <p/>
   
           <table>
  +            <tr><td colspan="2"><em>http://apache.org/xml/features/validation/schema-full-checking</em></td></tr>
  +            <tr><td><em>true:</em></td><td> Enable full schema constraint checking, including checking
  +                         which may be time-consuming or memory intensive. Currently, particle unique
  +                         attribution constraint checking and particle derivation resriction checking
  +                         are controlled by this option. </td></tr>
  +            <tr><td><em>false:</em></td><td> Disable full schema constraint checking (default). </td></tr>
  +        </table>
  +
  +        <p/>
  +
  +        <table>
               <tr><td colspan="2"><em>http://apache.org/xml/features/validation/reuse-grammar</em></td></tr>
               <tr><td><em>true:</em></td><td> The parser will reuse grammar information from previous parses in subsequent parses. </td></tr>
               <tr><td><em>false:</em></td><td> The parser will not reuse any grammar information. (default)</td></tr>
  
  
  

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