Hi guys (haven´t seen any girls her yet, but if you are out there hi to you to
I have spent a couple of houres plying with xml files so i can view the contents in xlobby, but this is pretty new to me and the net is full of resources but i don´t have the patient to learn xml from scratch. So i thought i ask a question here. I have an application (logtemp) that can save temp mesurement data in an xml file, but saves it in format so xlobby deletes it contents. So how can i convert the xml file that i have to an format that xlobby can read ? pasting an sample of the xml file generated by the app, thanx in advance
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<DATA>
<PROGRAM NAME="LogTemp">
<VERSION>2.21.0.78</VERSION>
</PROGRAM>
<TEMPERATURES>
<SENSOR ROMID="230008012548BF10">
<VALUE>25.06</VALUE>
<DATE>
<YEAR>2008</YEAR>
<MONTH>8</MONTH>
<DAY>4</DAY>
</DATE>
<TIME>
<HOUR>21</HOUR>
<MIN>34</MIN>
<SEC>50</SEC>
</TIME>
</SENSOR>
<SENSOR ROMID="2400080125079E10">
<VALUE>25.56</VALUE>
<DATE>
<YEAR>2008</YEAR>
<MONTH>8</MONTH>
<DAY>4</DAY>
</DATE>
<TIME>
<HOUR>21</HOUR>
<MIN>34</MIN>
<SEC>46</SEC>
</TIME>
</SENSOR>
<SENSOR ROMID="68000801255FF110">
<VALUE>9.25</VALUE>
<DATE>
<YEAR>2008</YEAR>
<MONTH>8</MONTH>
<DAY>4</DAY>
</DATE>
<TIME>
<HOUR>21</HOUR>
<MIN>34</MIN>
<SEC>47</SEC>
</TIME>
</SENSOR>
<SENSOR ROMID="9500080125471810">
<VALUE>24.06</VALUE>
<DATE>
<YEAR>2008</YEAR>
<MONTH>8</MONTH>
<DAY>4</DAY>
</DATE>
<TIME>
<HOUR>21</HOUR>
<MIN>34</MIN>
<SEC>44</SEC>
</TIME>
</SENSOR>
<SENSOR ROMID="F3000801258AD910">
<VALUE>25.56</VALUE>
<DATE>
<YEAR>2008</YEAR>
<MONTH>8</MONTH>
<DAY>4</DAY>
</DATE>
<TIME>
<HOUR>21</HOUR>
<MIN>34</MIN>
<SEC>49</SEC>
</TIME>
</SENSOR>
</TEMPERATURES>
</DATA>