Author: mukulg
Date: Sun Dec 18 04:20:10 2011
New Revision: 1220333
URL: http://svn.apache.org/viewvc?rev=1220333&view=rev
Log:
committing a documentation update for the XSD 1.1 features that were recently
implemented for Xerces code base. I've added a fictitious version tag of 2.12.0
to these features, which may be modified as needed.
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=1220333&r1=1220332&r2=1220333&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 Sun Dec 18
04:20:10 2011
@@ -320,6 +320,26 @@ catch (SAXException e) {
<see idref='validation'/>
<see idref='validation.schema'/>
</feature>
+ <feature
name='http://apache.org/xml/features/validation/cta-full-xpath-checking'
+ id='validation.xs11-cta-fullxpath-checking'>
+ <true>Enable XSD 1.1 CTA full XPath 2.0 checking.</true>
+ <false>Disable XSD 1.1 CTA full XPath 2.0 checking.</false>
+ <default value='false'/>
+ <access parsing='read-only' not-parsing='read-write'/>
+ <since value='&ParserName; 2.12.0'/>
+ <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 comment and PI checking during the XSD 1.1 assert
evaluation.</true>
+ <false>Disable comment and PI checking during the XSD 1.1 assert
evaluation.</false>
+ <default value='false'/>
+ <access parsing='read-only' not-parsing='read-write'/>
+ <since value='&ParserName; 2.12.0'/>
+ <see idref='validation'/>
+ <see idref='validation.schema'/>
+ </feature>
<feature
name='http://apache.org/xml/features/validation/unparsed-entity-checking'
id='validation.unparsed-entity-checking'>
<true>Check that each value of type ENTITY matches the name of an unparsed
entity declared in the DTD.</true>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]