[Expat-checkins] htdocs/dev expat3.html,1.1,1.2

Fred L. Drake fdrake at users.sourceforge.net
Sat Jan 29 04:24:24 CET 2005


Update of /cvsroot/expat/htdocs/dev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9398

Modified Files:
	expat3.html 
Log Message:
add a note about the planned change in XML_ParserReset


Index: expat3.html
===================================================================
RCS file: /cvsroot/expat/htdocs/dev/expat3.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- expat3.html	23 Oct 2003 05:24:11 -0000	1.1
+++ expat3.html	29 Jan 2005 03:24:21 -0000	1.2
@@ -29,6 +29,11 @@
 and have time to write about them. </p>
 
 <ul>
+  <li> The signature of the <code>XML_ParserReset()</code> method will
+  grow an additional argument allowing specification of what should be
+  reset.  See <a href= "" >bug report 1109116: <em>Optimize
+  implementation of XML_ParserReset</em></a> for more information. </li>
+
   <li> All structural event callback functions will return an
   <code>XML_Status</code> value that the parser will check.  This will
   allow an application to stop or suspend processing without having to



More information about the Expat-checkins mailing list