PropertyList XML files: Difference between revisions

Jump to navigation Jump to search
http://www.mail-archive.com/flightgear-devel@flightgear.org/msg09626.html
(http://www.mail-archive.com/flightgear-devel@flightgear.org/msg00121.html)
(http://www.mail-archive.com/flightgear-devel@flightgear.org/msg09626.html)
Line 127: Line 127:
</syntaxhighlight>
</syntaxhighlight>


We can also create new *-set.xml files by subtyping existing ones.  For example, if someone made a DC-3 model for JSBSim, we could subclass the YASim config file like this:
<syntaxhighlight lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
  <PropertyList include="dc3-yasim-set.xml">
  <sim>
    <description>DC-3 (JSBSim).</description>
    <flight-model archive="y">jsb</flight-model>
  </sim>
  </PropertyList>
</syntaxhighlight>


For further information please refer to [[$FG_ROOT]]/Docs/README.introduction and [[$FG_ROOT]]/Docs/README.properties.
For further information please refer to [[$FG_ROOT]]/Docs/README.introduction and [[$FG_ROOT]]/Docs/README.properties.

Navigation menu