Retrieve an ID value for a node from it's attributes.
xml_id(x, atts = c("name", "title", "ID", "urlPath", "href"))
character identifier, possibly an empty character (character()
)
xml node or a named character vector as per xml_attrs
character, ordered vector of attribute names to use as an ID value As the list is stepped through if an attribute is missing or empty character then advance to the next, otherwise return that value