i have a vi that convert to kml ,
there is something wrong i want to have the time out of the file , wich it does only not in the right field it displays as a value
But the kml need some thing specific format something like this
<TimeStamp>
<when>2007-01-14T21:05:02Z</when>
</TimeStamp>
and mine data is like this
<Data name="val">
<value>17:22:33.751</value>
</Data>
i have really no in depth know how to solve this some one who knows how?
What is "kml"?
Do you mean XML?
well andre this is written from this VI (exceot the value of course 17:22:33.751 ) becuase this was read out of the file that was selected and the file is a normal text file with data and headers that indicate the signal name
<Data name="val">
<value>17:22:33.751</value>
</Data>