Re: Resend: msxml.dll: nextNode and reset functions

2006-12-30 Thread James Hawkins
On 12/28/06, Colin Pitrat <[EMAIL PROTECTED]> wrote: Hi, here is a patch I sent a few weeks ago implementing two functions in msxml.dll, and the corresponding test. I suggest sending the tests in one patch first, then send each function in a separate patch afterwards. -- James Hawkins

Re: msxml.dll: nextNode and reset functions

2006-12-21 Thread Colin Pitrat
OK, I finally managed to cross-compile and run this test under windows and under wine. The patch (test and functions) works well. Colin Pitrat (Bull Services Telco) Bull, Architect of an Open World (TM) Tél : +33 (0) 1 30 80 72 93 www.bull.com Colin Pitrat wrote: New version of this patch, i

Re: msxml.dll: nextNode and reset functions

2006-12-14 Thread Huw Davies
On Thu, Dec 14, 2006 at 11:41:25AM +0100, Colin Pitrat wrote: > Change Log: > Add an iterator to _xmlnodemap struct > Implement nextNode function that give nodes one by one > Implement resetNode that reset the iterator > > It's my first patch, so please tell me if something is wr