]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed get-latest-tag.xsl. Was mistakenly left behind when I
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 29 Mar 2006 11:19:41 +0000 (11:19 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 29 Mar 2006 11:19:41 +0000 (11:19 +0000)
moved related files to releasetools area.

xsl/docsrc/get-latest-tag.xsl [deleted file]

diff --git a/xsl/docsrc/get-latest-tag.xsl b/xsl/docsrc/get-latest-tag.xsl
deleted file mode 100644 (file)
index e0ec250..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                version='1.0'>
-  <!-- ********************************************************************
-       $Id$
-       ********************************************************************
-
-       This file is part of the XSL DocBook Stylesheet distribution.
-       See ../README or http://docbook.sf.net/release/xsl/current/ for
-       copyright and other information.
-
-       ******************************************************************** -->
-
-  <xsl:output method="text"/>
-
-  <xsl:template match="/">
-    <!-- * Get the value of the first tagdatetag element in the document -->
-    <!-- * that starts with a "V" (V1691, etc.). That is, hopefully, the -->
-    <!-- * tag for the previous release. -->
-    <xsl:value-of select="(//*[local-name() = 'tagdatetag'][starts-with(.,'V')])[1]"/>
-  </xsl:template>
-
-</xsl:stylesheet>