On Tue, Mar 05, 2013 at 01:24:07PM +0100, Sebastian Reitenbach wrote: > speaking of coccinella, there its done, because the jabber > xml stream is contigous, from login to logout, and the > xml parser doesn't like it if some tags are not closed before > then end of the stream, so, before logout. > The coccinella tclxml is patched to work with that > constraint.
Tkabber does it for the same reason (from README): Support for _TclXML_ as an external XML parser has been removed (since _TclXML_ has anyway been unable to support partial XML processing) along with the global variable "use_external_tclxml" which controlled the loading of _TclXML_. They support unmodified tDOM as external parser though. -- Dmitrij D. Czarkoff
