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