expat/doc reference.html,1.71,1.72
"Karl Waclawek" <[email protected]> Mon, 10 Jul 2006 11:59:55 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/doc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28082/doc Modified Files: reference.html Log Message: Improved fix for issues # 1515266 and # 1515600. Will now preserve the "failover to default handler" logic. Note: clearing the character data handler does not take effect immediately anymore. Index: reference.html =================================================================== RCS file: /cvsroot/expat/expat/doc/reference.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- reference.html 5 Jul 2006 13:06:59 -0000 1.71 +++ reference.html 10 Jul 2006 18:59:52 -0000 1.72 @@ -1290,7 +1290,10 @@ to deal with the end of the string. A single block of contiguous text free of markup may still result in a sequence of calls to this handler. In other words, if you're searching for a pattern in the text, it may -be split across calls to this handler.</p> +be split across calls to this handler. Note: Setting this handler to NULL +may <em>NOT immediately</em> terminate call-backs if the parser is currently +processing such a single block of contiguous markup-free text, as the parser +will continue calling back until the end of the block is reached.</p> </div> <div class="handler">