library-web r490 - in trunk: . data/xslt
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: library-web r490 - in trunk: . data/xslt
- Date: Sat, 6 Sep 2008 09:36:25 +0000 (UTC)
Author: fpeters
Date: Sat Sep 6 09:36:25 2008
New Revision: 490
URL: http://svn.gnome.org/viewvc/library-web?rev=490&view=rev
Log:
* data/xslt/html2html.xsl: added support for crosslinking to gio
documentation. (closes: #551095)
Modified:
trunk/ChangeLog
trunk/data/xslt/html2html.xsl
Modified: trunk/data/xslt/html2html.xsl
==============================================================================
--- trunk/data/xslt/html2html.xsl (original)
+++ trunk/data/xslt/html2html.xsl Sat Sep 6 09:36:25 2008
@@ -99,6 +99,9 @@
<xsl:when test="contains(., '/gdk-pixbuf/')">
<xsl:value-of select="concat('../../gdk-pixbuf/stable/', substring-after(., '/gdk-pixbuf/'))"/>
</xsl:when>
+ <xsl:when test="contains(., '/gio/')">
+ <xsl:value-of select="concat('../../gio/stable/', substring-after(., '/gio/'))"/>
+ </xsl:when>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]