Re: [xml] xml diff and patch support -- new node type

2005-02-03 Thread Daniel Veillard
On Wed, Feb 02, 2005 at 07:27:51AM -0800, Mark Vakoc wrote: Basically I needed a queue that can quickly look up nodes in it by a hash value that guarantees I can pull out matching entries in the order they were added to the queue. The table may contain multiple matches for the same hash

Re: [xml] xml diff and patch support -- new node type

2005-02-02 Thread Mark Vakoc
--- Daniel Veillard [EMAIL PROTECTED] wrote: On Mon, Jan 31, 2005 at 04:55:25PM -0800, Mark Vakoc wrote: Daniel, I'm midway through implementing what I hope to be a rather flexible diff (and eventually patch) implementation for libxml2. Flexible in the sense that Cool, I sent a