| 1 |
<?xml version='1.0'?>
|
| 2 |
<!--#############################################################################
|
| 3 |
| $Id: VERSION.xml,v 1.6 2004/01/31 12:47:11 j-devenish Exp $
|
| 4 |
|- #############################################################################
|
| 5 |
| $Author: j-devenish $
|
| 6 |
|
|
| 7 |
| PURPOSE:
|
| 8 |
+ ############################################################################## -->
|
| 9 |
|
| 10 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
|
| 11 |
<xsl:variable name="VERSION">0.8pre1+20050108</xsl:variable>
|
| 12 |
<xsl:variable name="LASTRELEASE">0.8pre1</xsl:variable>
|
| 13 |
<xsl:variable name="TAG">
|
| 14 |
<xsl:variable name="RCSTAG" select="substring-before(substring-after('$Name: $',concat('$','Name: ')),'$')"/>
|
| 15 |
<xsl:choose>
|
| 16 |
<xsl:when test="normalize-space($RCSTAG)=''">HEAD</xsl:when>
|
| 17 |
<xsl:otherwise><xsl:value-of select="$RCSTAG" /></xsl:otherwise>
|
| 18 |
</xsl:choose>
|
| 19 |
</xsl:variable>
|
| 20 |
<xsl:variable name="CVSVERSION">$Id: VERSION.xml,v 1.6 2004/01/31 12:47:11 j-devenish Exp $</xsl:variable>
|
| 21 |
|
| 22 |
|
| 23 |
</xsl:stylesheet>
|
| 24 |
|