|
@@ -30,7 +30,7 @@
|
|
|
<xsl:copy-of select="$item/@*"/>
|
|
<xsl:copy-of select="$item/@*"/>
|
|
|
<xsl:attribute name="ID_Way" select="$ways_2ID_Way/ways_2ID_Way/item[@id=current()/text()]/text()"/>
|
|
<xsl:attribute name="ID_Way" select="$ways_2ID_Way/ways_2ID_Way/item[@id=current()/text()]/text()"/>
|
|
|
<xsl:if test="$ID_Point">
|
|
<xsl:if test="$ID_Point">
|
|
|
- <xsl:attribute name="ID_Point" select="$points2joins/points2joins/item[text()= current()/@id]/@id"/>
|
|
|
|
|
|
|
+ <xsl:attribute name="ID_Point" select="$ID_Point"/>
|
|
|
</xsl:if>
|
|
</xsl:if>
|
|
|
<xsl:attribute name="item_copied_pos" select="position()"/>
|
|
<xsl:attribute name="item_copied_pos" select="position()"/>
|
|
|
<xsl:for-each select="$item/item">
|
|
<xsl:for-each select="$item/item">
|