Re: [R] htmlParse Error

2012-05-21 Thread arun
elp@r-project.org Cc: Sent: Monday, May 21, 2012 8:20 AM Subject: [R] htmlParse Error I am trying to parse a webpage using the htmlParse command in XML package as follows: library(XML) u = "http://en.wikipedia.org/wiki/World_population"; doc = htmlParse(u) I get the following error: Error

[R] htmlParse Error

2012-05-21 Thread vioravis
I am trying to parse a webpage using the htmlParse command in XML package as follows: library(XML) u = "http://en.wikipedia.org/wiki/World_population"; doc = htmlParse(u) I get the following error: Error in htmlParse(u) : error in creating parser for http://en.wikipedia.org/wiki/World_populat