You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2003/03/25 19:34:54 UTC

cvs commit: xml-xerces/c/doc program-others.xml

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: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org