Re: [libxml-devel] Ruby Libxml Tutorial - Reader API

2010-05-19 Thread Anurag Priyam
Hi Dreamcat, I had come across your project, and it indeed is good. I have to add NeXML parsing and serializing support to BioRuby. Libxml is an existing BioRuby dependency. Using your wrapper would mean adding more dependency to it, which I do not want. Naturally, I did not give libxml4r a thoro

Re: [libxml-devel] Ruby Libxml Tutorial - Reader API

2010-05-18 Thread Trans
On May 18, 3:36 pm, Anurag Priyam wrote: > Hello all, > > I have written this tutorial [1] on using libxml's cursor API( XML::Reader > ). I was exploring it for my Google Summer of Code project[2], wherein I > need to write a wrapper over ruby-libxml to parse NeXML[3] files. Since > ruby-libxml

Re: [libxml-devel] Ruby Libxml Tutorial - Reader API

2010-05-18 Thread dreamcat four
Hmm, You could have used the libxmlr wrapper. I am assuming you just didnt find it. github.com/dreamcat4/libxml4r It includes links, help and examples. Its all on the above homepage. On Tue, May 18, 2010 at 8:36 PM, Anurag Priyam wrote: > Hello all, > > I have written this tutorial [1] on using

[libxml-devel] Ruby Libxml Tutorial - Reader API

2010-05-18 Thread Anurag Priyam
Hello all, I have written this tutorial [1] on using libxml's cursor API( XML::Reader ). I was exploring it for my Google Summer of Code project[2], wherein I need to write a wrapper over ruby-libxml to parse NeXML[3] files. Since ruby-libxml currently lacks any tutorial, I was hoping that my tut