# File temp/xpath_parser.rb, line 35 def initialize( ) @parser = REXML::Parsers::XPathParser.new @namespaces = {} @variables = {} end