neilg 2003/01/13 07:34:30
Modified: java/docs faq-grammars.xml
Log:
fixing bug 16021
Revision Changes Path
1.5 +1 -1 xml-xerces/java/docs/faq-grammars.xml
Index: faq-grammars.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/faq-grammars.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faq-grammars.xml 21 Nov 2002 17:32:56 -0000 1.4
+++ faq-grammars.xml 13 Jan 2003 15:34:30 -0000 1.5
@@ -326,7 +326,7 @@
is a bit trickier. You'll need to do something like
this:
</p>
- <source>System.setProperty("org.apache.xerces.xni.parser.Configuration",
+
<source>System.setProperty("org.apache.xerces.xni.parser.XMLParserConfiguration",
"org.apache.xerces.parsers.XMLGrammarCachingConfiguration");
DocumentBuilder builder = // JAXP factory invocation
// parse documents and store grammars</source>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]