> If you're after text, then it's probably a matter of locating the element > that encloses the data you want-- perhaps by using getNodeSet along with an > XPath[1] that specifies the element you are interest with. The text can > then be recovered using the xmlValue() function.
And rather than trying to find that path by hand, do it interactively with http://www.selectorgadget.com/ Hadley -- http://had.co.nz/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.