On Jul 17, 2:49 pm, Charlie Savage <[EMAIL PROTECTED]> wrote:

> > What's the problem?
>
> Without the include LibXML its broken...  And we're not mixing LibXML
> into the global namespace at the moment.  What we are doing is this:
>
> module XML
>    include LibXML::XML
> end

Oh! I thought that changed to just include LibXML. I would prefer that
we just remove this altogether and let people know that they can use:

  require 'xml'

to get the same functionality as before.

T.
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to