Re: [libxml-devel] implementing in Ruby vs C

2008-07-11 Thread Aaron Patterson
On Fri, Jul 11, 2008 at 9:41 AM, Sean Chittenden <[EMAIL PROTECTED]> wrote: >>> I'm not entirely opposed to the idea... but am curious for some example >>> functions. :) -sc >> >> XML::Parser.register_error_handler could be implemented in ruby. >> ruby_xml_attr_not_type_name() could be implemente

Re: [libxml-devel] implementing in Ruby vs C

2008-07-11 Thread Sean Chittenden
I'm not entirely opposed to the idea... but am curious for some example functions. :) -sc XML::Parser.register_error_handler could be implemented in ruby. ruby_xml_attr_not_type_name() could be implemented in ruby. All of the rb_define_consts in ruby_xml_node.c ruby_xml_node_set_xpath_get(

Re: [libxml-devel] implementing in Ruby vs C

2008-07-11 Thread Aaron Patterson
On Fri, Jul 11, 2008 at 8:52 AM, Sean Chittenden <[EMAIL PROTECTED]> wrote: >> As I've started reading through the libxml-ruby code, I have run >> across methods implemented in C that could be implemented in Ruby. I >> would like to change them to be implemented in Ruby. Is anyone >> opposed to t

Re: [libxml-devel] implementing in Ruby vs C

2008-07-11 Thread Aaron Patterson
On Fri, Jul 11, 2008 at 8:52 AM, Sean Chittenden <[EMAIL PROTECTED]> wrote: >> As I've started reading through the libxml-ruby code, I have run >> across methods implemented in C that could be implemented in Ruby. I >> would like to change them to be implemented in Ruby. Is anyone >> opposed to t

Re: [libxml-devel] implementing in Ruby vs C

2008-07-11 Thread Sean Chittenden
As I've started reading through the libxml-ruby code, I have run across methods implemented in C that could be implemented in Ruby. I would like to change them to be implemented in Ruby. Is anyone opposed to that? I think it would make coding easier, less buggy, and more fun! I'm not entirel