powered by
This is useful when you want to figure out where nodes matching an xpath expression live in a document.
xml_path(x)
A document, node, or node set.
A character vector.
# NOT RUN { x <- read_xml("<foo><bar><baz /></bar><baz /></foo>") xml_path(xml_find_all(x, ".//baz")) # }
Run the code above in your browser using DataLab