Function: rng-dtd-trivial-p

rng-dtd-trivial-p is a byte-compiled function defined in rng-valid.el.gz.

Signature

(rng-dtd-trivial-p DTD)

Documentation

Check whether the current dtd is different from the trivial default.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-valid.el.gz
(defun rng-dtd-trivial-p (dtd)
  "Check whether the current dtd is different from the trivial default."
  (or (null dtd) (eq dtd xmltok-predefined-entity-alist)))