Author: mukulg Date: Thu Apr 11 08:08:07 2013 New Revision: 1466787 URL: http://svn.apache.org/r1466787 Log: committing a minor enhancement to xerces docs information.
Modified: xerces/java/branches/xml-schema-1.1-dev/docs/features.xml Modified: xerces/java/branches/xml-schema-1.1-dev/docs/features.xml URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/features.xml?rev=1466787&r1=1466786&r2=1466787&view=diff ============================================================================== --- xerces/java/branches/xml-schema-1.1-dev/docs/features.xml (original) +++ xerces/java/branches/xml-schema-1.1-dev/docs/features.xml Thu Apr 11 08:08:07 2013 @@ -327,16 +327,27 @@ catch (SAXException e) { <default value='false'/> <access parsing='read-only' not-parsing='read-write'/> <since value='&ParserName; 2.12.0'/> + <note> + Setting this feature to 'true', would allow CTA XPath expressions to have full XPath 2.0 syntax. The default + is to recognize the CTA XPath subset, defined by XSD 1.1 language. If the CTA XPath expressions in a schema document + fall within the subset, then the use of default Xerces CTA XPath processor may result in an efficient schema + processing. + </note> <see idref='validation'/> <see idref='validation.schema'/> </feature> <feature name='http://apache.org/xml/features/validation/assert-comments-and-pi-checking' id='validation.xs11-assert-comments-pi-checking'> - <true>Enable comments and PIs in XDM model, for XSD 1.1 assertion processing.</true> - <false>Disable comments and PIs in XDM model, for XSD 1.1 assertion processing.</false> + <true>Enable occurrence of comments and PIs within XDM model instance, for XSD 1.1 assertion processing.</true> + <false>Disable occurrence of comments and PIs within XDM model instance, for XSD 1.1 assertion processing.</false> <default value='false'/> <access parsing='read-only' not-parsing='read-write'/> <since value='&ParserName; 2.12.0'/> + <note> + Setting this feature to 'true', would allow assertions to access comments and PIs from an XML instance document + and correspondingly test for their absence, presence or do string processing on them for the purpose of XSD + validation. + </note> <see idref='validation'/> <see idref='validation.schema'/> </feature> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@xerces.apache.org For additional commands, e-mail: commits-h...@xerces.apache.org