summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@shaunmlxlap.localdomain>2009-06-09 19:32:58 -0500
committerShaun McCance <shaunm@shaunmlxlap.localdomain>2009-06-09 19:32:58 -0500
commit7eb5fe740cc2d22bba2d1aa9efbb2a115a8c74a2 (patch)
tree6975feb437028ad3a6d2fd34a3c3f320bacddd39 /xslt
parentd0e0103028d9d3d32b44e7f0f2b2997da828496a (diff)
downloadgnome-doc-utils-7eb5fe740cc2d22bba2d1aa9efbb2a115a8c74a2.tar.gz
[mal-link.xsl] Make mal.cache an xsl:param
Diffstat (limited to 'xslt')
-rw-r--r--xslt/mallard/common/mal-link.xsl2
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"/>