[XML-SIG] Expat & the "default" handler

Fred L. Drake, Jr. fdrake@acm.org
Tue, 23 Jul 2002 17:44:17 -0400


There is a bug in the way Expat calls the callbacks set as
DefaultHandler and DefaultHandlerExpand -- line endings are not
normalized.

I don't think this is a major bug, but it does cause extra work if you
use the DefaultHandler or DefaultHandlerExpand callbacks.  If you only
use the SAX and DOM APIs, you don't need to worry about it.

Is there anyone who thinks there applications will break if this is
fixed?  It's been in Expat a long time, so I'm a little hesitant to
care about this one.  ;-)

The Expat bug report is here:

http://sourceforge.net/tracker/index.php?func=detail&aid=585521&group_id=10127&atid=110127


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation