Function: rng-mark-not-well-formed
rng-mark-not-well-formed is a byte-compiled function defined in
rng-valid.el.gz.
Signature
(rng-mark-not-well-formed MESSAGE BEG END)
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/rng-valid.el.gz
(defun rng-mark-not-well-formed (message beg end)
;; Don't try to validate further
;;(rng-set-match-state rng-not-allowed-ipattern)
(rng-mark-error message beg end))