knoaman 2003/03/25 10:34:54 Modified: c/doc program-others.xml Log: Fix typo. Revision Changes Path 1.15 +1 -1 xml-xerces/c/doc/program-others.xml Index: program-others.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-others.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- program-others.xml 11 Mar 2003 05:01:58 -0000 1.14 +++ program-others.xml 25 Mar 2003 18:34:53 -0000 1.15 @@ -166,7 +166,7 @@ parser.setDoNamespaces(true); // Enable grammar caching -parser.cacheGrammarFromParsing(true); +parser.cacheGrammarFromParse(true); // Let's parse the XML document. The parser will cache any grammars encounterd. parser.parse(xmlFile);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]