extract_xml_and_text: Extracts XML nodes and text strings matched by XML search

View source: R/box_usage_helper_functions.R

extract_xml_and_textR Documentation

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)

Arguments

xml

An XML node list.

xpath

An XPath to search xml nodes.

Value

A list of xml_nodes and text.


box.linters documentation built on June 26, 2025, 5:07 p.m.