2008/6/24 cory barton <[EMAIL PROTECTED]>:
> Try using this:
> <?xml version="1.0"?>
>
> <PropertyList>
>
>  <generic>
>
>  <output>
>   <line_separator>newline</line_separator>
>   <var_separator>,</var_separator>
>
>   <chunk>
>    <name>>Angle of Attack</name>
>    <type>float</type>
>    <format>%f</format>
>    <node>/orientation/alpha-deg</node>
>   </chunk>
>  </output>
>
>  </generic>
>
> </PropertyList>
>
> If you need double, maybe %d is the correct argument for format.

Using  <format>%f</format> and <type>float</type> together fixed the
problem indeed. Thanks!

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to