You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/07/25 21:34:44 UTC

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

mrglavas    2005/07/25 12:34:44

  Modified:    java/docs features.xml
  Log:
  Improve the description of the schema validation feature by emphasizing
  that schema-full-checking must be enabled in order for Xerces to perform
  expensive schema checks such as UPA.
  
  Revision  Changes    Path
  1.50      +9 -4      xml-xerces/java/docs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- features.xml	20 Jun 2005 22:39:52 -0000	1.49
  +++ features.xml	25 Jul 2005 19:34:43 -0000	1.50
  @@ -138,12 +138,17 @@
     </feature>
     <feature name='http://apache.org/xml/features/validation/schema'
              id='validation.schema'>
  -   <true>Turn on XML Schema validation by inserting XML Schema validator in the pipeline.
  +   <true>Turn on XML Schema validation by inserting an XML Schema validator into the pipeline.
      </true>
      <false>Do not report validation errors against XML Schema.</false>
      <default value='false'/>   
      <access parsing='read-only' not-parsing='read-write'/>
  -   <note> Validation errors will only be reported if <link anchor="validation">validation feature</link> is set to true. For more information, please, refer to the <link idref='faq-pcfp'>FAQ</link>
  +   <note> Validation errors will only be reported if the <link anchor="validation">validation feature</link> is set to true. For more information, please, refer to the <link idref='faq-pcfp'>FAQ</link>
  +   </note>
  +   <note> 
  +    Checking of constraints on a schema grammar which are either time-consuming or memory intensive
  +    such as unique particle attribution will only occur if the
  +    <link anchor="validation.schema-full-checking">schema full checking feature</link> is set to true.
      </note>  
      <see idref='validation'/>
      <see idref='validation.dynamic'/>
  @@ -153,8 +158,8 @@
              id='validation.schema-full-checking'>
      <true>
       Enable full schema grammar constraint checking, including checking 
  -    which may be time-consuming or memory intensive. Currently, particle 
  -    unique attribution constraint checking and particle derivation 
  +    which may be time-consuming or memory intensive. Currently, unique
  +    particle attribution constraint checking and particle derivation 
       restriction checking are controlled by this option. 
      </true>
      <false>Disable full constraint checking.</false>
  
  
  

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