Hi Andy, > > * using class name in org.apache.xerces.xni.parser.XMLParserConfiguration file > > in META-INF/services/ > > * using org.apache.xerces.xni.parser.XMLParserConfiguration system property. > > * Default configuration (StandardParserConfiguration) > > The system property should always be the first option chosen > because otherwise there is no way to override the default > setting unless you make changes to the META-INF/services file
I remembered this information somewhere in faq, http://xml.apache.org/xerces2-j/faq-xni.html#faq-2 so i just copied from there :-) I checked, the order is right in ObjectFinder#createObject(), its just documented wrong in the faq. We should correct it ASAP, to avoid any further confusions :-) Andy, would you like to do it ? or should i go ahead ? Thanks, Neeraj B. Sun Microsystems, inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
