? 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
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
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
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
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
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
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