xmlParse无法正常工作

时间:2012-11-30 14:25:08

标签: xml r parsing

我正在尝试解析以下网址上的xml文档:

"http://ifis.iowafloodcenter.org/ifis/ws/sites.php?format=xml"

使用以下代码:

library(XML)
ifc=xmlParse("http://ifis.iowafloodcenter.org/ifis/ws/sites.php?format=xml")

但是我收到以下错误:

No such file or directoryfailed to load external entity
"http://ifis.iowafloodcenter.org/ifis/ws/sites.php?format=xml"
Error: 1: No such file or directory2: failed to load external entity "http://ifis.iowafloodcenter.org/ifis/ws/sites.php?format=xml"

0 个答案:

没有答案