Suggestions |
---|
Search:
|
Next:
revision/authorinitials |
Previous:
revhistory Up: Revision Management revision.mod.xsl |
<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>
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.