Function: xmltok-attribute-raw-normalized-value
xmltok-attribute-raw-normalized-value is a byte-compiled function
defined in xmltok.el.gz.
Signature
(xmltok-attribute-raw-normalized-value ATT)
Documentation
Return an object representing the normalized value of ATT.
This can be t indicating that the normalized value is the same as the buffer substring from the start to the end of the value, or nil indicating that the value is not well-formed or a string.
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/xmltok.el.gz
(defsubst xmltok-attribute-raw-normalized-value (att)
"Return an object representing the normalized value of ATT.
This can be t indicating that the normalized value is the same as
the buffer substring from the start to the end of the value, or nil
indicating that the value is not well-formed or a string."
(aref att 5))