|
I have a data collection box that outputs the data gathered in an XML format similar to the following:
<data>
<temp meas_id="Inlet" timestamp="11/10/05 19:00">100 150 200 250 300 350 400 450 500
</temp>
<temp meas_id="Outlet" timestamp="11/10/05 19:00">1000 1500 2000 2500 3000 3500 4000 4500 5000
</temp
</data>
As you can see the data resides at the element level but the attributes define the data. I am fairly new to XML and tranformations and can not figure out how import the data. I am using MS Access which I realize isn't a particulary powerful DB but it is the only DB at my disposal. My manager will not provide funding for software development thus a lowly Process Engineer is trying to do the development. Any input, comments, or help is greatly appreciated in advance.
Brad
|