|
|
@@ -320,7 +320,7 @@
|
|
|
-->
|
|
|
<xsl:variable name="cache_file_name" select="concat($edge_paths_with_PE_controll_temp,'/odpalam_liczenie_or_nie_',$ID_Way,'_',$distanceGr,'.xml')"/>
|
|
|
<xsl:variable name="PrevdistanceGr" select="number($distanceGr) - 1"/>
|
|
|
- <xsl:variable name="cache_file_name_previous" select="concat( $edge_paths_with_PE_controll_temp.alias,'/odpalam_liczenie_or_nie_',$ID_Way,'_',$PrevdistanceGr,'.xml')"/>
|
|
|
+ <xsl:variable name="cache_file_name_previous" select="concat( $edge_paths_with_PE_controll_temp.alias,'/odpalam_liczenie_or_nie_',$ID_Way,'_',$PrevdistanceGr,'.xml')"/>
|
|
|
<xsl:variable name="poprzednie_odpalam_liczenie_or_nie">
|
|
|
<xsl:if test="$PrevdistanceGr > 0 ">
|
|
|
<xsl:copy-of select="doc($cache_file_name_previous)"/>
|