HomefieldOfView | SPi-V dev

Legend

  • required
  • not yet implemented

Navigation

user

<description>

Description

The description node specifies a textual description for the scene it is enclosed in or the tour if it is enclosed in the global node. The description can be longer than the title and provide more information. The description may also contain simple markup and links.

Syntax

<tour>
  <global>
    <meta>
      <description>The description <i>may</i> contain
       <b>simple</b> markup.</description>
      ...
    </meta>
    ...
  <global>

  <scene>
    <meta>
      <description>Description for the scene</description>
      ...
  </scene>
  ...
</tour>

Attributes

none

Children

  • CHARDATA:
    The CHARDATA contained within the description node specifies the description. The description can contain simple markup tags, as long as they are well formed XHTML: <b>, <i>, <a>, <br>, <p>, <h1> through <h5>. Take care to close all tags to comply with XML / XHTML specification. Special characters in this description must be escaped as HTML entities (eg: &amp; for an '&', &copy; for an '©')

History

  • 06-Apr-04: Initial version
  • 18-Apr-04: Cosmetic changes