1
0
Fork 0

Corrections to examples from Alexis Bory.

This commit is contained in:
david 2006-04-04 19:16:26 +00:00
parent 3ef957b66c
commit 3f0112392a

View file

@ -76,7 +76,7 @@ be nested to arbitrary depths. Here is an example:
<property>/engines/engine[0]/rpm</property>
<value>2500</value>
</greater-than>
<or>
</or>
<property>/engines/engine[0]/running</property>
</and>
</condition>
@ -104,6 +104,7 @@ in FlightGear conditions is
<equals>
<property>/y</property>
<value>5</value>
</equals>
</not>
</condition>
@ -118,6 +119,7 @@ and then
<equals>
<property>/x</property>
<value>3</value>
</equals>
</not>
</condition>
@ -134,6 +136,7 @@ and then
<equals>
<property>/y</property>
<value>5</value>
</equals>
</not>
</condition>