Syntax #
p.book.reviewed.person
Purpose #
The p.book.reviewed.person annotation is used to tag an element as being the person who or organization which performed revisions or review of a book during its publication history. This annotation applies a tag which adds the element to the DITA bookmap’s metadata.
Examples #
The following is an example of a time where you might want to use the p.book.reviewed.person annotation:
Note: the relevant paragraph has been marked in bold for this example. The paragraph is not bold in the source document.
The following is an example of a rule that will apply p.book.reviewed.person:
The following is the DITA XML output for the previous rule:
<bookchangehistory>
<reviewed>
<person>Joan Writer</person>
</reviewed>
</bookchangehistory>