Hi, I was wondering if Statdataml is currently the preferred way to represent statistical data in XML in R. And also if the Statdataml api provides ways to load the XML as a HTTP GET? If so can you give me an easy example of this. Thanks. Cheers, Bryan Rasmussen
Bryan:> > Hi, > > I was wondering if Statdataml is currently the preferred way to > represent statistical data in XML in R.This is hard to tell. We think it is a _possible_ way doing that. Do you have some alternatives in mind? And also if the Statdataml api> provides ways to load the XML as a HTTP GET?You mean directly from the Internet like: readSDML("http://wi.wu-wien.ac.at/home/meyer/test.sdml") ? Yes, this comes for free since readSDML use xmlTreeParse which supports that. Best, David