mrglavas 2003/11/14 12:04:13
Modified: java/docs faq-xni.xml
Log:
Fix reference to the default configuration and
update the Overriding Default Parser FAQ so
that it mentions the xerces.properties file
in the serach path for a configuration.
Revision Changes Path
1.6 +7 -1 xml-xerces/java/docs/faq-xni.xml
Index: faq-xni.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/faq-xni.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- faq-xni.xml 13 Nov 2003 23:18:49 -0000 1.5
+++ faq-xni.xml 14 Nov 2003 20:04:13 -0000 1.6
@@ -40,12 +40,18 @@
system property is queried for the class name of the parser configuration.
</li>
<li>
+ Next, if a file called <code>xerces.properties</code> exists in the lib
+ subdirectory of the JRE installation and the
+ <code>org.apache.xerces.xni.parser.XMLParserConfiguration</code> property
+ is defined it, then its value will be read from the file.
+ </li>
+ <li>
Next, the <code>org.apache.xerces.xni.parser.XMLParserConfiguration</code>
file is requested from the <code>META-INF/services/</code> directory.
This file contains the class name of the parser configuration.
</li>
<li>
- Finally, the <code>org.apache.xerces.parsers.StandardParserConfiguration</code>
+ Finally, the <code>&DefaultConfigLong;</code>
is used as the default parser configuration.
</li>
</ol>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]