##(1) import XSYG file to R (uncomment for usage)
#FILE <- file.choose()
#temp <- readXSYG2R(FILE)
##(2) additional examples for pure XML import using the package XML
## (uncomment for usage)
##import entire XML file
#FILE <- file.choose()
#temp <- xmlRoot(xmlTreeParse(FILE))
##search for specific subnodes with curves containing 'OSL'
#getNodeSet(temp, "//Sample/Sequence/Record[@recordType = 'OSL']/Curve")
Run the code above in your browser using DataLab