[yelp] [mal2html.xsl] Adapt to gnome-doc-utils XSLT changes
- From: Shaun McCance <shaunm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [yelp] [mal2html.xsl] Adapt to gnome-doc-utils XSLT changes
- Date: Mon, 11 Jan 2010 22:01:14 +0000 (UTC)
commit 028c210a2b29e5a60d4e44425b9b710d89b19a74
Author: Shaun McCance <shaunm gnome org>
Date: Mon Jan 11 16:00:59 2010 -0600
[mal2html.xsl] Adapt to gnome-doc-utils XSLT changes
stylesheets/mal2html.xsl.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/stylesheets/mal2html.xsl.in b/stylesheets/mal2html.xsl.in
index f01b9b8..37560a7 100644
--- a/stylesheets/mal2html.xsl.in
+++ b/stylesheets/mal2html.xsl.in
@@ -31,9 +31,9 @@
<!-- == mal.link.target == -->
<xsl:template name="mal.link.target">
- <xsl:param name="link" select="."/>
- <xsl:param name="xref" select="$link/@xref"/>
- <xsl:param name="href" select="$link/@href"/>
+ <xsl:param name="node" select="."/>
+ <xsl:param name="xref" select="$node/@xref"/>
+ <xsl:param name="href" select="$node/@href"/>
<xsl:choose>
<xsl:when test="string($xref) = ''">
<xsl:value-of select="$href"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]