a.binder 9 lat temu
rodzic
commit
46d454a158
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SE/dev/php-cli/joins2ways_z_ID_Way.xsl

+ 1 - 1
SE/dev/php-cli/joins2ways_z_ID_Way.xsl

@@ -37,7 +37,7 @@
                             <xsl:for-each select="$item/item">
                                 <xsl:element name="item">
                                     <xsl:attribute name="id" select="@id"/>
-                                    <xsl:attribute name="ID_WAY" select="$ways_2ID_Way/ways2drogi/item[@id=current()/text()]/text()"/>
+                                    <xsl:attribute name="ID_WAY" select="$ways2drogi/ways2drogi/item[@id=current()/text()]/text()"/>
                                     <xsl:copy-of select="text()"/>
                                 </xsl:element>
                             </xsl:for-each>