I am getting different results from the same xpath expression in nokogiri when using ruby and jruby,
In ruby the following xpath expression returns a node while in jruby it returns a nodeset:
parent = node.xpath("./ancestor::node()[name(.) = 'div' or name(.) = 'p'][1]")
Has anybody else noticed similar behaviour?
divorpancestor of context node (It would be better without the./first step). The problem could be in the type ofnode: Is it a node set? – user357812 Oct 14 '10 at 12:51