>  > I'm not familiar with our XML parser, but could we get away with using
>  > this instead?:
>  >
>  >   <has-gs-needle/>
>
> In other words, you'd like
>
>   <foo></foo>

I've had some thoughts along those lines, too. Note that I am not so
familiar with proper XML, but I wondered if this might be legal or
advisable,

Instead of:

<POSITION>
  <X>24.5</X>
  <Z>-49.0</Z>
</POSITION>

we could use:

<POSITION X="24.5" Z="-49.5"/>

Comments?

Jon


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to