i am trying to output a airspeed and gmt with generic protocol. i am writing it to a txt file however the file is growing. i wanted xml form to rewrite on to same line as an example line1 is gmt and line two is airspeed ..format is like that. i subtracted line seperators in xml form but still continues to write new datas. how can i set this?

<?xml version="1.0"?>
<PropertyList>
<generic>
 <output>

  <chunk>
   <name>time GMT (hhmmss)</name>
   <type>string</type>
   <node>/fdm/acms/sim/time</node>
  </chunk>

  <chunk>
   <name>indicated speed (kt)</name>
   <type>int</type>
   <node>/fdm/acms/velocities/airspeed-kt</node>
  </chunk>


 </output>
</generic>
</PropertyList>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to