I am using the following code:
url = \"http://finance.yahoo.com/q/op?s=DIA&m=2013-07\"
library(XML)
tabs = readHTMLTable(url, stringsAsFactors = F)
I just got the same error as above "failed to load external entity" when using url <- "http://www.cisco.com/c/en/us/products/a-to-z-series-index.html" doc <- htmlTreeParse(url, useInternal=TRUE)
I came across this and another post on the topic, which didn't solve my problem. This code worked before. I then realized that I was on corporate VPN. I got off the VPN and tried again and it worked. So, being on VPN might be another reason why you would get the above error. Getting off VPN solves it.