p.map.product-version

Table of Contents

Syntax #

p.map.product-version

Purpose #

p.map.product-version(version=\[number];release=\[number];modification=\[number])

            version is the version number of the product. This argument is required.

release is the release number of the product. This argument is optional.

modification is the modification number of the product. This argument is optional.

 

The version, release, and modification arguments can be inserted directly or as variables taken from the content.

Example #

The following is an example of a time when you might want to use the annotation

 

The following is an example of a rule that will apply the annotation

The following is the DITA XML output for the rule:

<vrmlist>

<vrm version=”1″ release=”22″ modification=”333″/>

</vrmlist>