summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"/>