Composing an XML document with ruby libxml is quite intuitive. Does not
actually need a tutorial; API docs are sufficient. Still I have provided a
code example[1] on writing creating XML with ruby libxml. I hope that people
will find it useful.
[1]
http://anurag-priyam.blogspot.com/2010/05/ruby-li
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