doc/en/gnome/includes.xsl
2006-04-30 05:09:50 +00:00

27 lines
814 B
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/gnome/includes.xsl,v 1.12 2006/01/21 12:03:38 pav Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:variable name="newshome">
<a href="{$base}/news/news.html">FreeBSD News Home</a>
</xsl:variable>
<xsl:variable name="gnomever">
2.14
</xsl:variable>
<xsl:variable name="gnomedevelver">
2.15
</xsl:variable>
<!-- Generate a unique anchor for this event -->
<xsl:template name="generate-event-anchor">
<xsl:text>event</xsl:text>
<xsl:value-of select="ancestor::year/name"/>
<xsl:value-of select="ancestor::month/name"/>
<xsl:value-of select="ancestor::day/name"/>:<xsl:value-of select="count(preceding-sibling::event)"/>
</xsl:template>
</xsl:stylesheet>