Extracts a dataframe from an xml document.
map_xml(
doc,
entries_xpath,
parts,
trim = c(),
integers = c(),
date_format = ""
)
An XML document
an xpath locator for all starting points
a list in the form column name = xpath locator
a list of columns that need to have whitespace trimmed
a list of columns that need to converted to integers
how dates should be parsed
A dataframe with one row per entry and columns from parts