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