p.message

Table of Contents

Syntax #

p.message

Purpose #

The p.message annotation is used to tag an element as being the text of an autogenerated message. Content tagged with this annotation can include variables. This is the content that the user is more likely to be shown, with or without the associated message identifier.

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:

<p>Upon reaching <msgnum>cn:end</msgnum>, the system will display the following message:</p>

<msgph>File created successfully</msgph>