Parses an XML string and retrieves all elements with the specified tag name.
The XML string to parse
The tag name to search for within the XML
A live NodeList collection of matched elements
Parses an XML string and retrieves all elements with the specified tag name.