mrglavas 2005/02/18 13:48:35 Modified: java/src/org/apache/xerces/impl Constants.java Log: Update Xerces features array. The XIncludeHandler uses these to copy the configuration to a child parser. Revision Changes Path 1.50 +8 -2 xml-xerces/java/src/org/apache/xerces/impl/Constants.java Index: Constants.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Constants.java,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- Constants.java 18 Feb 2005 19:53:24 -0000 1.49 +++ Constants.java 18 Feb 2005 21:48:35 -0000 1.50 @@ -444,7 +444,13 @@ NOTIFY_CHAR_REFS_FEATURE, NOTIFY_BUILTIN_REFS_FEATURE, DISALLOW_DOCTYPE_DECL_FEATURE, - STANDARD_URI_CONFORMANT_FEATURE + STANDARD_URI_CONFORMANT_FEATURE, + GENERATE_SYNTHETIC_ANNOTATIONS_FEATURE, + VALIDATE_ANNOTATIONS_FEATURE, + HONOUR_ALL_SCHEMALOCATIONS_FEATURE, + XINCLUDE_FEATURE, + XINCLUDE_FIXUP_BASE_URIS_FEATURE, + XINCLUDE_FIXUP_LANGUAGE_FEATURE }; /** Xerces properties. */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]