mrglavas 2005/03/22 11:59:50 Modified: java/docs features.xml Log: Adding documentation for honour-all-schemaLocations and three new XInclude features. Revision Changes Path 1.45 +36 -0 xml-xerces/java/docs/features.xml Index: features.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- features.xml 11 Feb 2005 17:24:48 -0000 1.44 +++ features.xml 22 Mar 2005 19:59:50 -0000 1.45 @@ -234,6 +234,14 @@ <see idref='generate-synthetic-annotations'/> </feature> + <feature name='http://apache.org/xml/features/honour-all-schemaLocations' + id='honour-all-schemaLocations'> + <true>All schema location hints will be used to locate the components for a given target namespace.</true> + <false>Only the first schema location hint encountered by the processor will be used to locate the components for a given target namespace.</false> + <default value='false'/> + <access parsing='read-only' not-parsing='read-write'/> + <since value='&ParserName; 2.7.0'/> + </feature> <feature name='http://xml.org/sax/features/external-general-entities' id='external-general-entities'> @@ -386,6 +394,34 @@ application/documents to be truly portable across different XML processors. </note> </feature> + + <feature name='http://apache.org/xml/features/xinclude' + id='xinclude'> + <true>Enable XInclude processing.</true> + <false>Do not perform XInclude processing.</false> + <default value='false'/> + <since value='&ParserName; 2.7.0'/> + <see idref='xinclude.fixup-base-uris'/> + <see idref='xinclude.fixup-language'/> + </feature> + + <feature name='http://apache.org/xml/features/xinclude/fixup-base-uris' + id='xinclude.fixup-base-uris'> + <true>Perform base URI fixup as specified by the XInclude Recommendation.</true> + <false>Do not perform base URI fixup.</false> + <default value='true'/> + <since value='&ParserName; 2.7.0'/> + <see idref='xinclude'/> + </feature> + + <feature name='http://apache.org/xml/features/xinclude/fixup-language' + id='xinclude.fixup-language'> + <true>Perform language fixup as specified by the XInclude Recommendation.</true> + <false>Do not perform language fixup.</false> + <default value='true'/> + <since value='&ParserName; 2.7.0'/> + <see idref='xinclude'/> + </feature> </fcategory> <fcategory name='DOM Features'>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]