1 <?xml version='1.0' encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" >
3 <xsl:output encoding="utf-8" method="html" indent="yes" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />
4 <xsl:template match="/changelog">
7 <title>mdocml - CVS-ChangeLog</title>
8 <link rel="stylesheet" href="index.css" type="text/css" media="all" />
11 <xsl:for-each select="entry">
13 <xsl:text>Files modified by </xsl:text>
14 <xsl:value-of select="concat(author, ': ', date, ' (', time, ')')" />
18 <xsl:text>Note: </xsl:text>
20 <xsl:value-of select="msg"/>
22 <xsl:for-each select="file">
24 <xsl:value-of select="name"/>
26 <xsl:text> — Rev: </xsl:text>
27 <xsl:value-of select="revision"/>
28 <xsl:text>, Status: </xsl:text>
29 <xsl:value-of select="cvsstate"/>
31 <xsl:text>, Tag: </xsl:text>
32 <xsl:value-of select="tag" />