search for: persondata

Displaying 1 result from an estimated 1 matches for "persondata".

Did you mean: personaldata
2007 Sep 01
2
Importing huge XML-Files
...gt; <date>21.04.2005</date> <time>10:00</time> <plotCode>1</plotCode> <collarCode /> <value>2,33</value> <depth /> </Soilrespirationrate> <MRType2> ... + <personData> + <siteData> I only need the measurement/MRType1 nodes - how can I do this? Currently I am trying the following code: xmlEventParse("/input.xml", list(startElement=xtract.startElement, text=xtract.text), useTagName=TRUE, addContext = FALSE) xtract.startElement <- funct...