Variable: rng-schema-locating-files

rng-schema-locating-files is a customizable variable defined in rng-loc.el.gz.

Value

("schemas.xml" "/nix/store/796qy5jz9b0ygikp41xidcplg2vxxpi4-emacs-29-4/share/emacs/29.4/etc/schema/schemas.xml")

Documentation

List of schema locating files.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-loc.el.gz
(defcustom rng-schema-locating-files rng-schema-locating-files-default
  "List of schema locating files."
  :type '(repeat file)
  :group 'relax-ng)