Variable: rng-schema-locating-files
rng-schema-locating-files is a customizable variable defined in
rng-loc.el.gz.
Value
("schemas.xml"
"/nix/store/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.2/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)