Rules Editor Home | Documentation Home | Stilo
Guide to
Migrate 5.0.0 Rules Editor
Stilo
Prolog Meta Prodname Annotation
Syntax
prolog.meta.prodname(value)
value
name of product used
Purpose

The prolog.meta.prodname() annotation produces the prodname element, which is part of the prodinfo element.

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 prodname element.

<prolog> <metadata> <prodinfo> <prodname>QuickTrace</prodname> </prodinfo> </metadata> </prolog>