[XML-SIG] saxexts.NosliceDocumentHandler

Juergen Hermann Juergen Hermann" <jh@web.de
Mon, 19 Nov 2001 22:32:25 +0100


While looking at saxexts/sax2exts with regard to parser creation based 
on features/properties, I found this:

# --- 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 ;)


Ciao, J=FCrgen