Minor fixes
This commit is contained in:
parent
822e1b7fb3
commit
2aa16094bc
|
@ -20,8 +20,8 @@
|
||||||
explicitly state the permission, even if it is 'none'.
|
explicitly state the permission, even if it is 'none'.
|
||||||
|
|
||||||
$Author: sb $
|
$Author: sb $
|
||||||
$Revision: 1.2 $
|
$Revision: 1.3 $
|
||||||
$Date: 2008-07-08 11:25:11 $
|
$Date: 2008-07-15 15:20:53 $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<xsl:stylesheet version="1.0"
|
<xsl:stylesheet version="1.0"
|
||||||
|
@ -58,6 +58,11 @@
|
||||||
<xsl:value-of select="@version"/>
|
<xsl:value-of select="@version"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
<xsl:if test="@revision">
|
||||||
|
<xsl:attribute name="revision">
|
||||||
|
<xsl:value-of select="@revision"/>
|
||||||
|
</xsl:attribute>
|
||||||
|
</xsl:if>
|
||||||
|
|
||||||
<xsl:comment>
|
<xsl:comment>
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
@ -68,7 +73,7 @@
|
||||||
* THIS FILE IS AUTOMATICALLY GENERATED AND SHOULD NOT
|
* THIS FILE IS AUTOMATICALLY GENERATED AND SHOULD NOT
|
||||||
* BE MANUALLY EDITED.
|
* BE MANUALLY EDITED.
|
||||||
*
|
*
|
||||||
* Generated using adl2canonical.xslt <xsl:value-of select="substring('$Revision: 1.2 $', 12)"/>
|
* Generated using adl2canonical.xslt <xsl:value-of select="substring('$Revision: 1.3 $', 12)"/>
|
||||||
*
|
*
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
</xsl:comment>
|
</xsl:comment>
|
||||||
|
|
|
@ -28,15 +28,17 @@
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<address name="top"/>
|
<a name="top"/>
|
||||||
<h1>
|
<h1>
|
||||||
Data definition for the '<xsl:value-of select="@name"/>' application version <xsl:value-of select="@version"/>
|
Data definition for the '<xsl:value-of select="@name"/>' application version <xsl:value-of select="@version"/>
|
||||||
</h1>
|
</h1>
|
||||||
|
<xsl:if test="@revision">
|
||||||
<p>
|
<p>
|
||||||
<strong>
|
<strong>
|
||||||
Generated from <xsl:value-of select="@revision"/> of the ADL specification.
|
Generated from <xsl:value-of select="substring( @revision, 2, string-length( @revision) - 2)"/> of the ADL specification.
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
|
</xsl:if>
|
||||||
<xsl:apply-templates select="adl:documentation"/>
|
<xsl:apply-templates select="adl:documentation"/>
|
||||||
<h2>Contents</h2>
|
<h2>Contents</h2>
|
||||||
<dl>
|
<dl>
|
||||||
|
|
Loading…
Reference in a new issue