Minor fixes

This commit is contained in:
sb 2008-07-15 15:20:53 +00:00
parent 822e1b7fb3
commit 2aa16094bc
2 changed files with 16 additions and 9 deletions

View file

@ -28,15 +28,17 @@
</xsl:if>
</head>
<body>
<address name="top"/>
<a name="top"/>
<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:if test="@revision">
<p>
<strong>
Generated from <xsl:value-of select="substring( @revision, 2, string-length( @revision) - 2)"/> of the ADL specification.
</strong>
</p>
</xsl:if>
<xsl:apply-templates select="adl:documentation"/>
<h2>Contents</h2>
<dl>