~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to build/stylesheets/db2latex/VERSION.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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