HomefieldOfView | SPi-V dev

Legend

  • required
  • not yet implemented

Navigation

user

<copyright>

Description

The copyright node specifies the copyright for the scene it is enclosed in or the tour if it is enclosed in the global node.

Syntax

<tour>
  <global>
    <meta>
      <copyright>&copy; 2004, photographer name</copyright>
      ...
    </meta>
    ...
  <global>

  <scene>
    <meta>
      <copyright>&copy; 2004, photographer name</copyright>
      ...
  </scene>
  ...
</tour>

Attributes

none

Children

  • CHARDATA:
    The CHARDATA contained within the copyright node specifies the copyright text. Special characters in this copyright must be escaped as HTML entities (eg: &amp; for an '&', &copy; for an '©')

History

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