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