PropertyList XML files: Difference between revisions

Jump to navigation Jump to search
m
→‎Aliased properties: - corrected xml closing tag
m (→‎Aliased properties: - corrected xml closing tag)
Line 155: Line 155:
Properties can alias other properties, in a similar way to symbolic links in Unix.  When one of them changes the other one changes as well.
Properties can alias other properties, in a similar way to symbolic links in Unix.  When one of them changes the other one changes as well.


For example will
For example, this


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 165: Line 165:
</syntaxhighlight>
</syntaxhighlight>


be functionally identical to
will be functionally identical to


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 184: Line 184:
  <params>
  <params>
   <comm-freq-prop>/radios/comm1/frequencies/selected</comm-freq-prop>
   <comm-freq-prop>/radios/comm1/frequencies/selected</comm-freq-prop>
   <nav-freq-prop>/radios/nav1/frequencies/selected</comm-freq-prop>
   <nav-freq-prop>/radios/nav1/frequencies/selected</nav-freq-prop>
  </params>
  </params>
  <chunk>
  <chunk>
47

edits

Navigation menu