# File rexml/element.rb, line 689
  def to_a( xpath=nil )
			rv = []
			each( xpath ) { |el| rv << el }
			rv
		end