Re: [libxml-devel] Maintainer

2007-07-18 Thread Laurent Sansonetti
? I see three other members >> listed: >> >> Dan Janowski >> Laurent Sansonetti >> Pat Eyler >> >> Are any of you guys around? >> >> I fear there's no one at the hem again, but there are still important >> issues that need to be ad

Re: [libxml-devel] [PATCH] XML::Reader

2006-12-04 Thread Laurent Sansonetti
Hi Ross, On Dec 2, 2006, at 11:00 AM, Ross Bamford wrote: > On Thu, 30 Nov 2006 22:09:26 -0000, Laurent Sansonetti > <[EMAIL PROTECTED]> > wrote: > >>> There are just a couple of things I'd propose: maybe we should >>> rename >>> XML::Rea

Re: [libxml-devel] [PATCH] XML::Reader

2006-11-30 Thread Laurent Sansonetti
On Nov 30, 2006, at 6:46 PM, Ross Bamford wrote: > On Wed, 29 Nov 2006 17:34:53 -0000, Laurent Sansonetti > <[EMAIL PROTECTED]> > wrote: > >> As promised, here is a first patch to bring xmlTextReader to libxml- >> ruby. > > Too cool :) It seems to work

[libxml-devel] [PATCH] XML::Reader

2006-11-29 Thread Laurent Sansonetti
Hi guys, As promised, here is a first patch to bring xmlTextReader to libxml- ruby. http://chopine.be/lrz/xml-reader.diff Please check it out. Almost everything should be wrapped except some functions that are either for hacking purposes, or could cause memory problems when wrongly used fro

Re: [libxml-devel] xmlTextReader API?

2006-11-27 Thread Laurent Sansonetti
On Nov 27, 2006, at 8:58 AM, Olle Jonsson wrote: > On Nov 26, 2006, at 10:18 PM, Laurent Sansonetti wrote: > >> Hi guys, >> >> I just had the need to parse a very big XML file from Ruby, and the >> available libxml-ruby APIs didn't seem to be efficient and fle

Re: [libxml-devel] xmlTextReader API?

2006-11-27 Thread Laurent Sansonetti
Hi Ross, On Nov 27, 2006, at 11:10 AM, Ross Bamford wrote: > On Sun, 26 Nov 2006 21:18:06 -0000, Laurent Sansonetti > <[EMAIL PROTECTED]> > wrote: > >> Hi guys, >> >> I just had the need to parse a very big XML file from Ruby, and the >> available li

[libxml-devel] xmlTextReader API?

2006-11-26 Thread Laurent Sansonetti
Hi guys, I just had the need to parse a very big XML file from Ruby, and the available libxml-ruby APIs didn't seem to be efficient and flexible enough for this task. So I added bindings to the xmlTextReader API to the project, just for my need, and it appears to work pretty well. So I was