<html>
<head>
<title>mdocml - CVS-ChangeLog</title>
- <link rel="stylesheet" href="style.css" type="text/css" media="all" />
+ <link rel="stylesheet" href="index.css" type="text/css" media="all" />
</head>
<body>
<xsl:for-each select="entry">
<xsl:value-of select="revision"/>
<xsl:text>, Status: </xsl:text>
<xsl:value-of select="cvsstate"/>
+ <xsl:if test="tag">
+ <xsl:text>, Tag: </xsl:text>
+ <xsl:value-of select="tag" />
+ </xsl:if>
</span>
</li>
</xsl:for-each>