<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
- <xsl:comment> DocBook NG: The "Jägermeister" Release </xsl:comment>
+ <xsl:comment> DocBook NG: The "Kahlúa" Release </xsl:comment>
<xsl:text> </xsl:text>
<xsl:comment> See http://docbook.org/docbook-ng/ </xsl:comment>
<xsl:text> </xsl:text>
version="1.0">
<!-- ======================================================================
-# This file is part of DocBook NG: The "Jägermeister" Release.
+# This file is part of DocBook NG: The "Kahlúa" Release.
# A prototype DocBook V4.2 to DocBoook V.next converter.
#
# This stylesheet is a "work-in-progress". It converts (some) valid
<xsl:element name="{local-name(.)}"
namespace="http://docbook.org/docbook-ng">
<xsl:if test="not(parent::*)">
- <xsl:attribute name="version">jägermeister</xsl:attribute>
+ <xsl:attribute name="version">kahlúa</xsl:attribute>
</xsl:if>
<xsl:copy-of select="@*"/>
<xsl:apply-templates mode="addNS"/>
<xsl:otherwise>
<xsl:copy>
<xsl:if test="not(parent::*)">
- <xsl:attribute name="version">jägermeister</xsl:attribute>
+ <xsl:attribute name="version">kahlúa</xsl:attribute>
</xsl:if>
<xsl:copy-of select="@*"/>
<xsl:apply-templates mode="addNS"/>
<xsl:param name="title" select="'anonymous'"/>
<xsl:param name="base.dir" select="'html/'"/>
<xsl:param name="stylesheet" select="'html.css'"/>
- <xsl:param name="ng-release" select="'Jägermeister'"/>
+ <xsl:param name="ng-release" select="'Kahlúa'"/>
<xsl:output method="html"/>