In the README file the "reading xml" example is not correct. Somewhere it says:
puts "Node path: #{node.path} \t Contents: #{node}"
But it should say:
puts "Node path: #{ node.path} \t Contents: #{node.contents}"
If not the output will not be the one shown on the page.
/AITOR
_______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel