Suggestions
Search:
 
Next:
revision/authorinitials
Previous:
revhistory
Up:
Revision Management revision.mod.xsl
Reference Section

Name

revision — Process revision [2.0.9] elements

Synopsis

<xsl:template match="revision">
<xsl:variable name="revnumber" select=".//revnumber"/>
<xsl:variable name="revdate" select=".//date"/>
<xsl:variable name="revauthor" select=".//authorinitials"/>
<xsl:variable name="revremark" select=".//revremark|.//revdescription"/>
  ...
</xsl:template>

A. Description

Format a list of revisions [2.0.9].

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

Each revision [2.0.9] corresponds to a LaTeX table row containing the revision number, the date, author initials and the description/ remarks of the revision.

E. Samples and Tests

test_article.pdf from test_article/article.xml, test_book.pdf from test_book/test.xml, test_ddh_article.pdf from test_ddh/article.xml, test_ieeebiblio.pdf from test_ieeebiblio/test.xml, test_mapping.pdf from test_mapping/test.xml, test_minimal.pdf from test_minimal/minimal.xml

F. Further Reading

  • Gentext