Minor fixes
This commit is contained in:
parent
822e1b7fb3
commit
2aa16094bc
|
@ -20,8 +20,8 @@
|
|||
explicitly state the permission, even if it is 'none'.
|
||||
|
||||
$Author: sb $
|
||||
$Revision: 1.2 $
|
||||
$Date: 2008-07-08 11:25:11 $
|
||||
$Revision: 1.3 $
|
||||
$Date: 2008-07-15 15:20:53 $
|
||||
-->
|
||||
|
||||
<xsl:stylesheet version="1.0"
|
||||
|
@ -58,6 +58,11 @@
|
|||
<xsl:value-of select="@version"/>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:if test="@revision">
|
||||
<xsl:attribute name="revision">
|
||||
<xsl:value-of select="@revision"/>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:comment>
|
||||
***************************************************************************
|
||||
|
@ -68,7 +73,7 @@
|
|||
* THIS FILE IS AUTOMATICALLY GENERATED AND SHOULD NOT
|
||||
* 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>
|
||||
|
|
|
@ -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>
|
||||
<xsl:if test="@revision">
|
||||
<p>
|
||||
<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>
|
||||
</p>
|
||||
</xsl:if>
|
||||
<xsl:apply-templates select="adl:documentation"/>
|
||||
<h2>Contents</h2>
|
||||
<dl>
|
||||
|
|
Loading…
Reference in a new issue