[Expat-checkins] expat/doc reference.html,1.42,1.43

Fred L. Drake fdrake at users.sourceforge.net
Wed Mar 12 14:42:56 EST 2003


Update of /cvsroot/expat/expat/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv32424

Modified Files:
	reference.html 
Log Message:
Removed documentation of limitations that no longer exist in the
implementation.  See SF bug #620343.


Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- reference.html	28 Jan 2003 15:23:39 -0000	1.42
+++ reference.html	12 Mar 2003 22:42:53 -0000	1.43
@@ -1154,12 +1154,6 @@
 declarations occur inside start tags. But the namespace declaration start
 handler is called before the start tag handler for each namespace declared
 in that start tag.</p>
-
-<p><strong>Note:</strong>
-Due to limitations of the implementation, the
-StartNamespaceDeclHandler is not called unless the StartElementHandler
-is also set.  The specific value of the StartElementHandler is allowed
-to change freely, so long as it is not NULL.</p>
 </div>
 
 <div class="handler">
@@ -1176,12 +1170,6 @@
 declaration. This will be called, for each namespace declaration,
 after the handler for the end tag of the element in which the
 namespace was declared.</p>
-
-<p><strong>Note:</strong>
-Due to limitations of the implementation, the EndNamespaceDeclHandler
-is not called unless the StartElementHandler is also set.  The
-specific value of the StartElementHandler is allowed to change freely,
-so long as it is not NULL.</p>
 </div>
 
 <div class="handler">
@@ -1191,13 +1179,6 @@
                             XML_EndNamespaceDeclHandler end)
 </pre>
 <p>Sets both namespace declaration handlers with a single call.</p>
-
-<p><strong>Note:</strong>
-Due to limitations of the implementation, the
-StartNamespaceDeclHandler and EndNamespaceDeclHandler are not called
-unless the StartElementHandler is also set.  The specific value of the
-StartElementHandler is allowed to change freely, so long as it is not
-NULL.</p>
 </div>
 
 <div class="handler">





More information about the Expat-checkins mailing list