# File lib/xtemplate/xml.rb, line 383
    def [](path)
      root = to_hash()
      xpath(path,root)
    end