Hi Jason, > 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).
Can you please elaborate on what about the IDOM makes it easier for you? Thanks, Lenny -----Original Message----- From: Jason E. Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:35 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Call for Vote: which one to be the Xerces-C++ public supported W3C DOM interface "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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
