Variable: xmltok-namespace-attributes
xmltok-namespace-attributes is a variable defined in xmltok.el.gz.
Value
nil
Documentation
List containing namespace declarations of last scanned element.
List has same format as xmltok-attributes.
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/xmltok.el.gz
(defvar xmltok-namespace-attributes nil
"List containing namespace declarations of last scanned element.
List has same format as `xmltok-attributes'.")