Function: rng-set-vacuous-schema

rng-set-vacuous-schema is an interactive and byte-compiled function defined in rng-loc.el.gz.

Signature

(rng-set-vacuous-schema)

Documentation

Set the schema for the current buffer to allow any well-formed XML.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-loc.el.gz
(defun rng-set-vacuous-schema ()
  "Set the schema for the current buffer to allow any well-formed XML."
  (interactive)
  (rng-set-schema-file-1 nil)
  (rng-what-schema))