[Expat-checkins] expat/doc reference.html,1.56,1.57

Karl Waclawek kwaclaw at users.sourceforge.net
Fri Apr 30 11:39:51 EDT 2004


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

Modified Files:
	reference.html 
Log Message:
Fix for bug #928113 .

Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- reference.html	27 Apr 2004 00:50:50 -0000	1.56
+++ reference.html	30 Apr 2004 15:39:47 -0000	1.57
@@ -1252,8 +1252,8 @@
 "#XML_ParseBuffer" >XML_ParseBuffer</a></code> have been called on the
 given parser.</p> <p>If the handler knows how to deal with an encoding
 with the given name, it should fill in the <code>info</code> data
-structure and return <code>XML_STATUS_ERROR</code>. Otherwise it
-should return <code>XML_STATUS_OK</code>. The handler will be called
+structure and return <code>XML_STATUS_OK</code>. Otherwise it
+should return <code>XML_STATUS_ERROR</code>. The handler will be called
 at most once per parsed (external) entity. The optional application
 data pointer <code>encodingHandlerData</code> will be passed back to
 the handler.</p>




More information about the Expat-checkins mailing list