Prevent an XML problem where '--' is used inside an XML comment section.
This commit is contained in:
parent
f6894e4020
commit
b659e44eac
1 changed files with 8 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<!--
|
|
||||||
Usage:
|
|
||||||
|
|
||||||
Recording: fgfs --generic=file,out,20,flight.out,playback
|
|
||||||
Playback: fgfs --generic=file,in,20,flight.out,playback --fdm=null
|
|
||||||
-->
|
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
<comment>
|
||||||
|
<![CDATA[
|
||||||
|
Usage:
|
||||||
|
|
||||||
|
Recording: fgfs --generic=file,out,20,flight.out,playback
|
||||||
|
Playback: fgfs --generic=file,in,20,flight.out,playback --fdm=null
|
||||||
|
]]>
|
||||||
|
</comment>
|
||||||
|
|
||||||
<generic>
|
<generic>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue