Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
m
Corrected xml encoding
m (Corrected xml encoding)
Line 9: Line 9:
Autopilot configurations live in a separate file, formatted using the well known XML syntax like so many other FlightGear files with a PropertyList node as a root element. A basic skeleton file looks like this:
Autopilot configurations live in a separate file, formatted using the well known XML syntax like so many other FlightGear files with a PropertyList node as a root element. A basic skeleton file looks like this:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
  <?xml version="1.0" encoding="utf8"?>
  <?xml version="1.0" encoding="UTF-8"?>
  <PropertyList>
  <PropertyList>
   <params>
   <params>
82

edits

Navigation menu