summaryrefslogtreecommitdiff
path: root/doc/site.xsl
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-29 14:13:00 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-29 14:13:00 +0000
commited31a5a50f0ce7f80601b78aebbb2d1ff59c1e1e (patch)
tree7fecdcfb280d480360208c7264026ed6c3a4fd4a /doc/site.xsl
parentd1d4efa4856aae79bfbf371e9f77cbfcf96c79e4 (diff)
downloadlibxslt-ed31a5a50f0ce7f80601b78aebbb2d1ff59c1e1e.tar.gz
libxslt-ed31a5a50f0ce7f80601b78aebbb2d1ff59c1e1e.tar.bz2
libxslt-ed31a5a50f0ce7f80601b78aebbb2d1ff59c1e1e.zip
Updated the documentation, merged in the internals.html and
extensions.html pages to the site, cleanups, Daniel
Diffstat (limited to 'doc/site.xsl')
-rw-r--r--doc/site.xsl28
1 files changed, 17 insertions, 11 deletions
diff --git a/doc/site.xsl b/doc/site.xsl
index 18ae0bcc..2653cfd1 100644
--- a/doc/site.xsl
+++ b/doc/site.xsl
@@ -7,37 +7,43 @@
<xsl:template name="filename">
<xsl:param name="name" select="string(@href)"/>
<xsl:choose>
- <xsl:when test="$name = &quot;#Introducti&quot;">
+ <xsl:when test="$name = '#Introducti'">
<xsl:text>intro.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#Documentat&quot;">
+ <xsl:when test="$name = '#Documentat'">
<xsl:text>docs.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#Reporting&quot;">
+ <xsl:when test="$name = '#Reporting'">
<xsl:text>bugs.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#help&quot;">
+ <xsl:when test="$name = '#help'">
<xsl:text>help.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#Help&quot;">
+ <xsl:when test="$name = '#Help'">
<xsl:text>help.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#Downloads&quot;">
+ <xsl:when test="$name = '#Downloads'">
<xsl:text>downloads.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#News&quot;">
+ <xsl:when test="$name = '#News'">
<xsl:text>news.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#Contributi&quot;">
+ <xsl:when test="$name = '#Contributi'">
<xsl:text>contribs.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#xsltproc&quot;">
+ <xsl:when test="$name = '#xsltproc'">
<xsl:text>xsltproc2.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;#API&quot;">
+ <xsl:when test="$name = '#API'">
<xsl:text>API.html</xsl:text>
</xsl:when>
- <xsl:when test="$name = &quot;&quot;">
+ <xsl:when test="$name = '#Extensions'">
+ <xsl:text>extensions.html</xsl:text>
+ </xsl:when>
+ <xsl:when test="$name = '#Internals'">
+ <xsl:text>internals.html</xsl:text>
+ </xsl:when>
+ <xsl:when test="$name = ''">
<xsl:text>unknown.html</xsl:text>
</xsl:when>
<xsl:otherwise>