<line> statements in a <help> block are now split at
new-lines. So it's no longer necessary to write every line
in extra <line>...</line> tags. This should be enough
(full example):

  <help>
      <title>This is my little aircraft</title>

      <key>
          <name>c</name>
          <desc>let attendant make coffee</desc>
      </key>

      <line>        <!-- leading spaces aren't stripped yet :-/ -->
some
meaningless
lines
      </line>

      <text>
some
longer
text in a
scrollbox
      </text>
  </help>


Note the use of <key><name></name><desc></desc></key> for
key definitions. Those should *ALWAYS* use such a block,
and not informally be mixed into normal text.

m.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to