[gnome-doc-utils/mallard] [mal-link.xsl] Make mal.cache an xsl:param



commit 7eb5fe740cc2d22bba2d1aa9efbb2a115a8c74a2
Author: Shaun McCance <shaunm shaunmlxlap localdomain>
Date:   Tue Jun 9 19:32:58 2009 -0500

    [mal-link.xsl] Make mal.cache an xsl:param
---
 xslt/mallard/common/mal-link.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xslt/mallard/common/mal-link.xsl b/xslt/mallard/common/mal-link.xsl
index fd00a77..8d5d648 100644
--- a/xslt/mallard/common/mal-link.xsl
+++ b/xslt/mallard/common/mal-link.xsl
@@ -30,7 +30,7 @@ mal.cache.file
 The location of the cache file
 -->
 <xsl:param name="mal.cache.file"/>
-<xsl:variable name="mal.cache" select="document($mal.cache.file)"/>
+<xsl:param name="mal.cache" select="document($mal.cache.file)/mal:cache"/>
 <xsl:key name="mal.cache.key" match="mal:page | mal:section" use="@id"/>
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]