[Yanel-commits] rev 37224 - public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2

michi at wyona.com michi at wyona.com
Tue Jun 24 10:48:16 CEST 2008


Author: michi
Date: 2008-06-24 10:48:15 +0200 (Tue, 24 Jun 2008)
New Revision: 37224

Modified:
   public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/VERSION
Log:
TODO added and resolving workaround added

Modified: public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/VERSION
===================================================================
--- public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/VERSION	2008-06-24 08:43:59 UTC (rev 37223)
+++ public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/VERSION	2008-06-24 08:48:15 UTC (rev 37224)
@@ -10,18 +10,16 @@
 <xsl:output omit-xml-declaration="yes"/>
 
 <xsl:param name="get"/>
+<!-- TODO: resolving of document('') does not work properly! -->
+<xsl:param name="VERSION" select="string(document('VERSION')//fm:Version[1])"/>
 <!--
 <xsl:param name="VERSION" select="string(document('')//fm:Version[1])"/>
 -->
-<!--
-<xsl:param name="VERSION" select="string(document('file:/home/michi/src/wyona/public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/VERSION')//fm:Version[1])"/>
--->
-<xsl:param name="VERSION" select="'1.73.2'"/>
 <xsl:param name="Tag" select="concat('V',translate(string(document('')//fm:Version[1]),'.',''))"/>
+<xsl:param name="DistroTitle" select="string(document('VERSION')//fm:Branch[1])"/>
 <!--
 <xsl:param name="DistroTitle" select="string(document('')//fm:Branch[1])"/>
 -->
-<xsl:param name="DistroTitle" select="'XSL Stylesheets'"/>
 <xsl:param name="sf-relid" select="0"/>
 
 <xsl:param name="DistroName">docbook-xsl</xsl:param>



More information about the Yanel-commits mailing list