Hi Maicel, Please keep the list in CC. I can't help with read_xml but perhaps someone on the list can. Best, Ulrik
On Fri, 6 Jan 2017, 19:03 Maicel Monzon, <maicel.monzon at gmail.com> wrote:
Hi Ulrik,
I meant 'read_xmlmap' was a bug. I did what you told me with all the set
and the error message is:
?Error in doc_parse_file(con, encoding = encoding, as_html = as_html,
options = options) : xmlParseEntityRef: no name [68]?
keyword <-
muestra %>%
select(path) %>% # I am attaching the all xml files..
unlist() %>%
map(.f = function(x) { read_xml(x) %>%
xml_find_all( ".//kwd") %>%
xml_text(trim=T) })
I am attaching the xml files..
Thank you
Best regard
Maicel