<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
- <xsl:comment> DocBook NG: The "Hard Cider" Release </xsl:comment>
+ <xsl:comment> DocBook NG: The "IPA" 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 "Hard Cider" Release.
+# This file is part of DocBook NG: The "IPA" 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">hard cider</xsl:attribute>
+ <xsl:attribute name="version">ipa</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">hard cider</xsl:attribute>
+ <xsl:attribute name="version">ipa</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="'Hard Cider'"/>
+ <xsl:param name="ng-release" select="'IPA'"/>
<xsl:output method="html"/>