summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-05-26 21:34:34 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-05-26 21:34:34 +0000
commit60111436dde99ff20ba35c731b988bf89617e383 (patch)
tree2241c49cd303799fddaeac2f030cfae540b2f4d3
parent3df29675bcdb656a5c23bde44432345ad284ee42 (diff)
downloadyelp-60111436dde99ff20ba35c731b988bf89617e383.tar.gz
- Don't include section name in end comment. - put [] around the section
2002-05-26 Mikael Hallendal <micke@codefactory.se> * stylesheets/yelp-customization.xsl: - Don't include section name in end comment. - put [] around the section name in start tag.
-rw-r--r--ChangeLog6
-rw-r--r--stylesheets/yelp-customization.xsl16
2 files changed, 14 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 25d64996..3823dd64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-26 Mikael Hallendal <micke@codefactory.se>
+
+ * stylesheets/yelp-customization.xsl:
+ - Don't include section name in end comment.
+ - put [] around the section name in start tag.
+
2002-05-26 Alessio Frusciante <algol@firenze.linux.it>
* configure.in: added "it" to ALL_LINGUAS
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 5945513d..ea5cbbb2 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -432,35 +432,35 @@
<xsl:param name="container"/>
<xsl:comment> End of header </xsl:comment>
-<xsl:comment> Start of chunk: title-page </xsl:comment>
+<xsl:comment> Start of chunk: [title-page] </xsl:comment>
<xsl:call-template name="article.render.titlepage">
<xsl:with-param name="container" select="$container"/>
</xsl:call-template>
-<xsl:comment> End of chunk: title-page </xsl:comment>
-<xsl:comment> Start of chunk: toc </xsl:comment>
+<xsl:comment> End of chunk: [title-page] </xsl:comment>
+<xsl:comment> Start of chunk: [toc] </xsl:comment>
<xsl:call-template name="yelp.render.toc">
<xsl:with-param name="title" select="$container/title"/>
</xsl:call-template>
-<xsl:comment> End of chunk: toc </xsl:comment>
+<xsl:comment> End of chunk: [toc] </xsl:comment>
<xsl:for-each select="sect1">
- <xsl:comment> Start of chunk: <xsl:value-of select="@id"/> </xsl:comment>
+ <xsl:comment> Start of chunk: [<xsl:value-of select="@id"/>] </xsl:comment>
<xsl:call-template name="article.render.chunk">
<xsl:with-param name="title" select="$container/title"/>
</xsl:call-template>
- <xsl:comment> End of chunk: <xsl:value-of select="@id"/> </xsl:comment>
+ <xsl:comment> End of chunk </xsl:comment>
</xsl:for-each>
<xsl:for-each select="sect1/sect2">
- <xsl:comment> Start of chunk: <xsl:value-of select="@id"/> </xsl:comment>
+ <xsl:comment> Start of chunk: [<xsl:value-of select="@id"/>] </xsl:comment>
<xsl:call-template name="article.render.chunk">
<xsl:with-param name="title" select="$container/title"/>
</xsl:call-template>
- <xsl:comment> End of chunk: <xsl:value-of select="@id"/> </xsl:comment>
+ <xsl:comment> End of chunk </xsl:comment>
</xsl:for-each>
<xsl:comment> Start of footer </xsl:comment>