Extracts XML nodes and text strings matched by XML search
extract_xml_and_text(xml, xpath)
xml
An XML node list.
xpath
An XPath to search xml nodes.
A list of xml_nodes and text.
xml_nodes
text