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

@ -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>

View file

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