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