xml-get-attribute

xml-get-attribute is a compiled Lisp function in `xml.el'.

(xml-get-attribute NODE ATTRIBUTE)

Get from NODE the value of ATTRIBUTE.
An empty string is returned if the attribute was not found.

See also `xml-get-attribute-or-nil'.