[R] getNodeSet - what am I doing wrong?

Johannes Graumann johannes.graumann at graumannschaft.org
Mon Aug 30 17:02:02 CEST 2010


Hi,

Why is the following retuning a nodset of length 0:

> library(XML)
> test <- xmlTreeParse(
> "http://www.unimod.org/xml/unimod_tables.xml",useInternalNodes=TRUE)
> getNodeSet(test,"//modifications_row")

Thanks for any hint.

Joh



More information about the R-help mailing list