|
From: Bernd J. <ber...@pa...> - 2009-04-24 11:29:36
|
Nava,
I am trying to read in the run file using R (the xml package), using the
following command:
l1xml=xmlParse("runreport.L1-1")
I get a lot of error messages and the reason for them is that for the row
entries the values are not enclosed in '"', e.g.
<row cycle=1 errors=0 />
Instead of
<row cycle="1" errors="0" />
What do you use to readin the xml files?
Thanks,
Bernd
PS. Can you please add me to the swiftng-users list?
|