[XML-SIG] saxexts.NosliceDocumentHandler

Lars Marius Garshol larsga@garshol.priv.no
19 Nov 2001 23:19:59 +0100


* Juergen Hermann
| 
| # --- Experimental document handler which does not slice strings
| 
| class NosliceDocumentHandler(saxlib.DocumentHandler):
|     """A document handler that does not force the client application to
|     slice character data strings."""
| 
| 
| Is this used anywhere, or does it make any sense in the SAX2 context? 
| (and if yes, explain it to me ;)

The amount of sense it makes in a SAX 2.0 context has hereby been
authoritatively fixed at zero. :-)

I guess this needs to go as part of the great SAX 1.0 christmas
cleanup.

--Lars M.