prolog.meta.platform

Table of Contents

Syntax #

prolog.meta.platform(value)

value

name of platform type used

Purpose #

The prolog.meta.platform() annotation produces the platform element, which is part of the prodinfo element. The prodinfo element contains platform information as well as other elements. The platform is the operating system and/or hardware being used by the product in question.

The following is an example of what the annotation may look like when filled out.

Rule for prolog.meta.platform()

The following is an example of the DITA output you would get from this annotation. This is showing only the platform elements.

<prolog>
  <metadata>
    <prodinfo>
      <platform>Windows</platform>
      <platform>UNIX</platform>
    </prodinfo>
  </metadata>
</prolog>