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