* David Culp -- Monday 15 March 2004 16:04:
> I'm trying to reduce the 737 xmlauto config to a manageable size by splitting 
> it up into three parts, one each for autothrottle, pitch modes, and roll 
> modes.  This won't parse:
>
> <PropertyList include="737-autothrottle.xml"
>               include="737-autopilot-pitch-modes.xml"
>               include="737-autopilot-roll-modes.xml">
> </PropertyList>

What about this:

  <PropertyList include="737-autothrottle.xml"/>
  <PropertyList include="737-autopilot-pitch-modes.xml"/>
  <PropertyList include="737-autopilot-roll-modes.xml"/>

... not that I've tried ...

m.

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

Reply via email to