PropertyList XML files: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 7: Line 7:
Most configuration files in FlightGear are XML-encoded* property lists.
Most configuration files in FlightGear are XML-encoded* property lists.
The root element of each file is always named <PropertyList>. Tags are almost always found in pairs, with the closing tag having a slash prefixing the tag name, i.e </PropertyList>. The exception is the tag representing an aliased property. In this case a slash is prepended to the closing angle bracket.
The root element of each file is always named <PropertyList>. Tags are almost always found in pairs, with the closing tag having a slash prefixing the tag name, i.e </PropertyList>. The exception is the tag representing an aliased property. In this case a slash is prepended to the closing angle bracket.
A minimal example of a complete property list encoded XML file, looks like this:


  <?xml version="1.0"?>
  <?xml version="1.0"?>
2,561

edits

Navigation menu