>
> If not, then it looks like you've found a bug.  So the usual questions.
>  What version of libxml-ruby, libxml, what OS, etc?
>

I finally got it going.  Here were the issues I had to deal with, I
hope this helps somebody.

find_first returns a node object and find returns a xpath object. They
are not the same (obviously)

xpath.count returns weird numbers. I still don't understand what it's counting.

when you get a node and iterate over it the first node is sometimes
blank. It's better to use each_element.

Also installing the gem gives strange errors when trying to build docs
and ri but the binary seems to be installed OK.

Thanks for your help.  I got it going  enough to parse my soap envelope.
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to