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