Suggestions |
---|
Search:
|
Next:
revision/authorinitials |
Previous:
revhistory Up: Revision Management revision.mod.xsl |
<xsl:template match="revision" name="revision"> <xsl:param name="align" select="'l'"/> <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>
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.
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