# File rexml/xpath_parser.rb, line 29 def parse path, nodeset #puts "path is #{path}, node is #{nodeset.type}" if DEBUG rv = LocationPath(path, nodeset)[1] rv = [] unless rv return rv end