sandygao 2002/09/18 14:59:07 Modified: java/docs features.xml Log: A new feature to indicate whether PSVI augmentation is necessary. Revision Changes Path 1.31 +12 -0 xml-xerces/java/docs/features.xml Index: features.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- features.xml 15 Sep 2002 03:40:53 -0000 1.30 +++ features.xml 18 Sep 2002 21:59:07 -0000 1.31 @@ -160,6 +160,18 @@ <see idref='validation.schema.normalized-value'/> </feature> + <feature name='http://apache.org/xml/features/validation/schema/augment-psvi' + id='validation.schema.augment-psvi'> + <true>Augment Post-Schema-Validation-Infoset.</true> + <false>Do not augment Post-Schema-Validation-Infoset.</false> + <default value='true'/> + <access parsing='read-only' not-parsing='read-write'/> + <note> This feature can be turned off to improve parsing performance. + </note> + <see idref='validation'/> + <see idref='validation.schema'/> + </feature> + <feature name='http://xml.org/sax/features/external-general-entities' id='external-general-entities'>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]