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