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.mon...@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
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to