Added 'revision' as an attribute of 'application' to make revision tracking easier.
This commit is contained in:
parent
83f163bb60
commit
5118c8b76b
7 changed files with 44 additions and 23 deletions
|
|
@ -32,6 +32,11 @@
|
|||
<h1>
|
||||
Data definition for the '<xsl:value-of select="@name"/>' application version <xsl:value-of select="@version"/>
|
||||
</h1>
|
||||
<p>
|
||||
<strong>
|
||||
Generated from <xsl:value-of select="@revision"/> of the ADL specification.
|
||||
</strong>
|
||||
</p>
|
||||
<xsl:apply-templates select="adl:documentation"/>
|
||||
<h2>Contents</h2>
|
||||
<dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue