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