diff options
Diffstat (limited to 'src/documentation/stylesheets/announcement.xsl')
-rwxr-xr-x | src/documentation/stylesheets/announcement.xsl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/documentation/stylesheets/announcement.xsl b/src/documentation/stylesheets/announcement.xsl deleted file mode 100755 index 230506202c..0000000000 --- a/src/documentation/stylesheets/announcement.xsl +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0"?> - -<xsl:stylesheet version="1.0" -xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - - <xsl:template match="changes"> - <xsl:variable name="file" select="concat('../', @file)"/> - <xsl:variable name="version" select="@version"/> - <xsl:apply-templates select="document($file)/changes/release[attribute::version=string($version)]"/> - </xsl:template> -</xsl:stylesheet> |