]> granicus.if.org Git - docbook-dsssl/commitdiff
Made some minor formatting adjustments.
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 10:10:57 +0000 (10:10 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 10:10:57 +0000 (10:10 +0000)
releasetools/cvs2cl2docbook.xsl

index 5c153b092efc34da3135035b6b4db3b4ba12cae5..ffdcaeab2b7859a8740a6bda0efa72c30340762b 100644 (file)
   </sf:users>
 
   <xsl:template match="cvs:changelog">
+    <xsl:text>&#xa;</xsl:text>
     <article>
       <xsl:text>&#xa;</xsl:text>
       <title
             name="xml:id"><xsl:value-of
             select="$release-version-ncname"/>_<xsl:value-of select="$subsection"/></xsl:attribute>
         <xsl:text>&#xa;</xsl:text>
-        <title><xsl:attribute
-            name="xml:id"><xsl:value-of
-            select="$release-version-ncname"/>_<xsl:value-of
-            select="$subsection"/>_title</xsl:attribute><xsl:value-of
-            select="$subsection"/></title>
+        <title><xsl:value-of select="$subsection"/></title>
         <xsl:text>&#xa;</xsl:text>
         <para>The following changes have been made to the
         <filename><xsl:value-of select="$dirname"/></filename> code
           <xsl:call-template name="format.entries">
             <xsl:with-param name="dirname" select="$dirname"/>
           </xsl:call-template>
-          <xsl:text>&#xa;</xsl:text>
         </itemizedlist>
         <xsl:text>&#xa;</xsl:text>
       </sect2>