Recommended Property Tree Enhancements: Difference between revisions

Jump to navigation Jump to search
m
fixing syntax to match the original proposal and linux/unix style of variables
m (fixing syntax to match the original proposal and linux/unix style of variables)
Line 129: Line 129:


     <!-- making use of "base pointers" to directly refer to the proper location instead of using lots of nested relative path specs -->
     <!-- making use of "base pointers" to directly refer to the proper location instead of using lots of nested relative path specs -->
     <aircraft-filename type="string">%FG_ROOT%/myAircraft/myAc-set.xml</aircraft-filename>
     <aircraft-filename type="string">$FG_ROOT/myAircraft/myAc-set.xml</aircraft-filename>
     <some-property type="string">%ROOT_TREE%/gui/
     <some-property type="string">$ROOT_TREE/gui/
   </PropertyList>
   </PropertyList>
</pre>
</pre>
2,561

edits

Navigation menu