Re: [libxml-devel] Ruby Libxml Code Example - Writing XML Documents

2011-04-17 Thread Charlie Savage
Excellent! Charlie On 4/17/2011 2:51 AM, Anurag Priyam wrote: Done. I have not checked the code against the git head though, and there are certain formatting issues since I simply copy pasted from my paste. Fixed most of the markup issues. [1] https://github.com/xml4r/libxml-ruby/wiki/Using-

Re: [libxml-devel] Ruby Libxml Code Example - Writing XML Documents

2011-04-17 Thread Anurag Priyam
> Done. I have not checked the code against the git head though, and > there are certain formatting issues since I simply copy pasted from my > paste. Fixed most of the markup issues. [1] https://github.com/xml4r/libxml-ruby/wiki/Using-the-Reader-API [2] https://github.com/xml4r/libxml-ruby/wiki/

Re: [libxml-devel] Ruby Libxml Code Example - Writing XML Documents

2011-04-17 Thread Anurag Priyam
On Sun, Apr 17, 2011 at 12:22 PM, Charlie Savage wrote: > Hi Anurag, > > Do you still have a copy of your tutorial around.  Can we put it someplace > (github wiki), so other can see it? Done. I have not checked the code against the git head though, and there are certain formatting issues since I

Re: [libxml-devel] Ruby Libxml Code Example - Writing XML Documents

2011-04-17 Thread Charlie Savage
Hi Anurag, Do you still have a copy of your tutorial around. Can we put it someplace (github wiki), so other can see it? Thanks, Charlie On 5/19/2010 2:44 PM, Anurag Priyam wrote: Composing an XML document with ruby libxml is quite intuitive. Does not actually need a tutorial; API docs are