summaryrefslogtreecommitdiffstats
path: root/packaging/bookinfo.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/bookinfo.xsl')
-rw-r--r--packaging/bookinfo.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl
index fa574b1..7531df2 100644
--- a/packaging/bookinfo.xsl
+++ b/packaging/bookinfo.xsl
@@ -4,7 +4,7 @@
<xsl:param name="lang" select="'en'"/>
<xsl:param name="doctype" select="'bookinfo'"/>
<xsl:param name="who" select="''"/>
- <xsl:param name="fdpdir" select="'../..'"/>
+ <xsl:param name="fdpcommondir" select="'..'"/>
<xsl:param name="legalbase" select="'legalnotice-opl'"/>
<xsl:output encoding="UTF-8" indent="yes" method="xml"
@@ -71,7 +71,7 @@
<xsl:element name="xi:include"
namespace="http://www.w3.org/2001/XInclude"><xsl:attribute
name="href"><xsl:value-of
- select="$fdpdir"/>/docs-common/common/<xsl:value-of
+ select="$fdpcommondir"/>/common/<xsl:value-of
select="$legalbase"/>-<xsl:value-of
select="$lang"/>.xml</xsl:attribute></xsl:element>
</xsl:when>
@@ -79,7 +79,7 @@
<xsl:element name="xi:include"
namespace="http://www.w3.org/2001/XInclude"><xsl:attribute
name="href"><xsl:value-of
- select="$fdpdir"/>/docs-common/common/legalnotice-<xsl:value-of
+ select="$fdpcommondir"/>/common/legalnotice-<xsl:value-of
select="$lang"/>.xml</xsl:attribute></xsl:element>
</xsl:otherwise>
</xsl:choose>