Re: [libxml-devel] xpath searching without specifying namespace?

2008-01-15 Thread sam mulube
Hey Steven, wow thanks, that works exactly as advertised! Incidentally, was this just something you figured out through experiment or is it documented somewhere and I missed it? thanks again -- sam On 15/01/2008, Steven Parkes <[EMAIL PROTECTED]> wrote: > > * however I can't get _any_

Re: [libxml-devel] xpath searching without specifying namespace?

2008-01-22 Thread sam mulube
Steven, your explanation text looks excellent - clear and some useful examples. I had only a couple of minor comments - the line "strings in the form like above" is perhaps a bit awkward. Maybe it would be better to just give an example, i.e.: strings in the form "prefix:href" Also, both of the

Re: [libxml-devel] Can't seem to supress warning and errors

2009-05-04 Thread sam mulube
Hi Alex, I puzzled about this for a while. Eventually I found this in the docs for XML::Error (http://libxml.rubyforge.org/rdoc/classes/LibXML/XML/Error.html) > By default, warnings, errors and fatal errors that libxml generates are printed to STDERR via the XML::Error::VERBOSE_HANDLER proc. > T