On Thu, Jul 17, 2008 at 4:52 PM, Sean Chittenden <[EMAIL PROTECTED]> wrote: >>> I think LibXML::XML::* is rather redundant and a waste of keystrokes, >>> however, and that it should be LibXML::* and XML::*. $0.02. -sc >> >> Shouldn't need to type all those keystrokes. 99%+ of time you're going >> to include LibXML into either the toplevel or one's own module. > > > Heh. I disagree, actually, or more correctly, my use case has almost always > been different. Most XML processing is done in batch from a simple script, > not inside of an embedded app that does: > > class Foo > include LibXML > ... > end > > Not saying I haven't done that a few times in a few web apps w/ other > modules, but it's less frequent for XML, IMHO. -sc
Quite so, that's what I meant by including LibXML at the toplevel actually. I fully understand your need and wanting a convenient require that does so. I trust, require 'xml', which will now do just that, will work for you? T. _______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel