Variable: xmltok-errors

xmltok-errors is a variable defined in xmltok.el.gz.

Value

nil

Documentation

List of errors detected by xmltok-forward and xmltok-forward-prolog.

When xmltok-forward and xmltok-forward-prolog detect a well-formedness error, they will add an entry to the beginning of this list. Each entry is a vector [MESSAGE START END], where MESSAGE is a string giving the error message and START and END are integers indicating the position of the error.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/xmltok.el.gz
(defvar xmltok-errors nil
  "List of errors detected by `xmltok-forward' and `xmltok-forward-prolog'.
When `xmltok-forward' and `xmltok-forward-prolog' detect a
well-formedness error, they will add an entry to the beginning of this
list.  Each entry is a vector [MESSAGE START END], where MESSAGE is a
string giving the error message and START and END are integers
indicating the position of the error.")