xmlAttrs: Get the list of attributes of an XML node.
Description
This returns a named character vector giving the
name-value pairs of attributes of an XMLNode object which is part of
an XML document.
Usage
xmlAttrs(node)
Arguments
node
The XMLNode object
whose attributes are to be extracted.
Value
A named character vector, where the names
are the attribute names and the
elements are the corresponding values.
This corresponds to the (attr, "value")
pairs in the XML tag