aboutsummaryrefslogtreecommitdiffstats
path: root/doc/site.xsl
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-02-20 14:37:47 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-02-20 14:37:47 +0000
commit6dbcaf8686cec01223029997a2d22054a2507e55 (patch)
tree88db388656438724bd30456f57eec99b346fdb81 /doc/site.xsl
parenta539356ae05a462a04a2e42ddb28f8f8b71bf31c (diff)
downloadandroid_external_libxml2-6dbcaf8686cec01223029997a2d22054a2507e55.tar.gz
android_external_libxml2-6dbcaf8686cec01223029997a2d22054a2507e55.tar.bz2
android_external_libxml2-6dbcaf8686cec01223029997a2d22054a2507e55.zip
added a Python and binding page describing the current state of the Python
* doc/xml.html doc/python.html doc/*: added a Python and binding page describing the current state of the Python bindings and giving pointers to the other languages wrappers. Daniel
Diffstat (limited to 'doc/site.xsl')
-rw-r--r--doc/site.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/site.xsl b/doc/site.xsl
index 07033703..24495c6f 100644
--- a/doc/site.xsl
+++ b/doc/site.xsl
@@ -92,6 +92,9 @@
<xsl:when test="$name = '#FAQ'">
<xsl:text>FAQ.html</xsl:text>
</xsl:when>
+ <xsl:when test="$name = '#Python'">
+ <xsl:text>python.html</xsl:text>
+ </xsl:when>
<xsl:when test="$name = ''">
<xsl:text>unknown.html</xsl:text>
</xsl:when>