Displaying 1 result from an estimated 1 matches for "xmltestdoc".
2004 Sep 29
2
RSXML - Parsing XML Documents on Internet
R Users -
I asked about this a few months ago and never did quite figure it out, so with more information, allow me to try again.
If I use the following code:
library(xml)
xmlTreeParse("http://home.comcast.net/~larsenmtl/xmlTestDoc.xml", isURL = TRUE)
I receive this error:
Error in xmlTreeParse("http://home.comcast.net/~larsenmtl/xmlTestDoc.xml"", :
error in creating parser for http://home.comcast.net/~larsenmtl/xmlTestDoc.xml"
Now I know that xmlTreeParse uses the libxml facilities for d...