aboutsummaryrefslogtreecommitdiff
path: root/detail/process.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'detail/process.xsl')
-rw-r--r--detail/process.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/detail/process.xsl b/detail/process.xsl
index 4010f4b..ba25939 100644
--- a/detail/process.xsl
+++ b/detail/process.xsl
@@ -132,7 +132,7 @@
<xsl:call-template name="resolve_target">
<xsl:with-param name="prefix" select="$target_prefix"/>
<xsl:with-param name="target" select="$target"/>
- <xsl:with-param name="datasource" select="$datasource"/>
+ <xsl:with-param name="datasource" select="xalan:nodeset($datasource)/*[1]"/>
</xsl:call-template>
</xsl:variable>