# File lib/xtemplate/xml.rb, line 93
    def parse_error(msg)
      raise(RuntimeError, "%s:%d:%s" % [@parser.path, @parser.lineno, msg])
    end