prolog.keywords

Table of Contents

Syntax #

prolog.keywords(keywords)

keywords

the keyword string

Purpose #

Use prolog.keywords() to indicate keywords that will appear in the keywords of a topic’s prolog. The keyword elements may be used by a search engine.

Example: Keywords

Let us use the example of a FrameMaker document that contains Index markers. Instead of creating an index with them, you decide you want to make keywords in the prolog instead.

This is what your rule may look like for this annotation.

Prolog.keywords() rule

This is what your output may look like.

<prolog>
  <metadata>
    <keywords>
      <keyword>QuickTrace</keyword>
      <keyword>BirdsEye</keyword>
    </keywords>
  </metadata>
</prolog>