[Expat-checkins] expat/doc reference.html,1.70,1.71

Karl Waclawek kwaclaw at users.sourceforge.net
Wed Jul 5 15:07:03 CEST 2006


Update of /cvsroot/expat/expat/doc
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8239/doc

Modified Files:
	reference.html 
Log Message:
Fix for issues # 1515266 and # 1515600. The inner for loop under 
XML_TOK_DATA_CHARS in doContent() and doCdataSection() did not
check if the character data handler was set each time a call-back was made.

Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- reference.html	7 Apr 2006 20:28:19 -0000	1.70
+++ reference.html	5 Jul 2006 13:06:59 -0000	1.71
@@ -1103,8 +1103,10 @@
 <ul>
   <li> the end element handler for empty elements when stopped in the
        start element handler,</li>
-  <li> end namespace declaration handler when stopped in the end
+  <li> the end namespace declaration handler when stopped in the end
        element handler,</li>
+  <li> the character data handler when stopped in the character data handler
+       while making multiple call-backs on a contiguous chunk of characters,</li>
 </ul>
 and possibly others.</p>
 



More information about the Expat-checkins mailing list