DOM Events code submission activity?

2002-09-23 Thread Nathan Codding
would very much like to have this code accepted into the official source tree in some capacity, and are willing to make changes to the code in order to have that happen. I'd like some advice on whether this is being looked at, or if it's on somebody's to-do list somewhere. T

RE: Problem with user data handler, I think

2003-05-29 Thread Nathan Codding
Hi. It seems likely that you're running into the bug where UserDataHandlers are not called on non-leaf nodes in the tree: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16817 There's a patch attached to that bug (hint, hint). :) -Nathan Codding PureEdge Solutions, Inc -Origin

RE: DOMBuilder is terribly slow: need quick reply

2003-09-04 Thread Nathan Codding
Hi guys, Poor userdata performance was due to RefHashTableOf not expanding the size of the table as the number of nodes with userdata increased, leading to linear-time lookup performance. Here's the bug in question: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15503. The patch to fix this

RE: Append Child, Insert Before, Remove Child, and Replace Child

2003-11-05 Thread Nathan Codding
will get notified when the original node is deleted, giving you an easy way to tell when to release your wrapper node. -Nathan Nathan Codding PureEdge Solutions Inc http://www.PureEdge.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: Generating XML

2004-05-18 Thread Nathan Codding
Or have a look at GenX, a lightweight C library for generating well-formed, even Canonical, XML: http://tbray.org/ongoing/When/200x/2004/02/20/GenxStatus -Nathan -Original Message- From: Sean Kelly [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:52 AM To: [EMAIL PROTECTED] Subje

RE: Using xerces-c on AIX

2004-07-20 Thread Nathan Codding
We have successfully compiled shared libraries on AIX using GCC, however we do not use the GNU linker. After seeing comments from people with @ibm.com email addresses saying things like "GNU Binutils does not fully support AIX 5L" (http://gcc.gnu.org/ml/gcc-help/2003-07/msg00082.html), we decid