|
|
@@ -12,6 +12,7 @@
|
|
|
<xsl:strip-space elements="*"/>
|
|
|
|
|
|
<xsl:param name="uuid" required="yes"/>
|
|
|
+ <xsl:param name="basedir" required="yes"/>
|
|
|
|
|
|
<!-- template do zlaczenia wszystkich xmli z danymi z dita
|
|
|
description="z plikow temp/$uuid.* buduje $out_task.dita " -->
|
|
|
@@ -29,7 +30,7 @@
|
|
|
<!--<debug26>
|
|
|
Will try to put file=<xsl:value-of select="concat($uuid,'.',$loop_xpath,$featureID_name,'.',$RelatedFeaturePos,'.dita.xml.vals.dita')"/>;
|
|
|
</debug26>-->
|
|
|
- <xsl:variable name="dita_fragment" select="doc(concat('temp/',$uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.dita.xml.vals.dita'))"/>
|
|
|
+ <xsl:variable name="dita_fragment" select="doc(concat($basedir,'/temp/',$uuid,'.',$loop_xpath,'.',$RelatedFeaturePos,'.dita.xml.vals.dita'))"/>
|
|
|
|
|
|
<xsl:apply-templates mode="RelatedFeature" select="$dita_fragment/RelatedFeatureRoot/*">
|
|
|
<xsl:with-param name="loop_xpath" select="$loop_xpath"/>
|