Updated version name
authorNorman Walsh <ndw@nwalsh.com>
Tue, 8 Feb 2005 14:00:08 +0000 (14:00 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 8 Feb 2005 14:00:08 +0000 (14:00 +0000)
docbook/relaxng/tools/augment.xsl
docbook/relaxng/tools/db4-upgrade.xsl
docbook/relaxng/tools/html.xsl

index c38f4f4be48be81e4311ecade18e54be64596767..739218002d4e6be105542d76388bf4ac7340e63e 100644 (file)
@@ -52,7 +52,7 @@
 
       <xsl:text>&#10;</xsl:text>
       <xsl:text>&#10;</xsl:text>
-      <xsl:comment> DocBook NG: The "Hard Cider" Release </xsl:comment>
+      <xsl:comment> DocBook NG: The "IPA" Release </xsl:comment>
       <xsl:text>&#10;</xsl:text>
       <xsl:comment> See http://docbook.org/docbook-ng/ </xsl:comment>
       <xsl:text>&#10;</xsl:text>
index fa4c15979e036ec919e7381a7a08cf9908481393..cbf086af18b87f750dad72fc3b040838719940e6 100644 (file)
@@ -7,7 +7,7 @@
                 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"/>
index 1ac17beb4fff51ed791c363967bdb7bdafe2d8ec..81c3417c4935b68348f229b6f0d8ad168f68c67b 100644 (file)
@@ -15,7 +15,7 @@
   <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"/>