"Lenny Hoffman" <[EMAIL PROTECTED]> writes: > The memory management problem solved by recycling no longer used > nodes and strings. The only clean way I know to know when nodes and > strings are being used is to use the handle/body pattern, which is > what is used by the original DOM. What I have done is use the > original DOM handles and the IDOM implementation, but fixed the IDOM > memory problem.
Hey Lenny and Tinny, Just to be clear here: * Lenny is saying that he is using the old DOM interface, but the underlying IDOM implementation - meaning the use of handle objects instead of using straight pointers to objects? I would really hope to use the more straight-forward IDOM interface - it is much simpler for Xerces-Perl to handle (in fact, as of 1.7.0 it is all I support). jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
