|
|
@@ -12,7 +12,7 @@
|
|
|
<xsl:output indent="yes"/>
|
|
|
<xsl:strip-space elements="*"/>
|
|
|
|
|
|
- <xsl:param name="PE_Price" select="1500"/>
|
|
|
+ <xsl:param name="PE_Price" select="2500"/>
|
|
|
<xsl:param name="Cable_Price" select="3"/>
|
|
|
|
|
|
<xsl:param name="edge_paths_with_PE.xml"/>
|
|
|
@@ -220,7 +220,7 @@
|
|
|
|
|
|
<xsl:variable name="odpalam_liczenie_or_nie">
|
|
|
<xsl:choose>
|
|
|
- <xsl:when test="count($candidates/bp:Path_Point) < 10 and count($candidates/bp:Path_Point)>1">
|
|
|
+ <xsl:when test="count($candidates/bp:Path_Point) < 14 and count($candidates/bp:Path_Point)>1">
|
|
|
<xsl:variable name="max_bit">
|
|
|
<xsl:for-each select="1 to count($candidates/bp:Path_Point)"><xsl:value-of select="1"/></xsl:for-each>
|
|
|
</xsl:variable>
|