|
@@ -126,10 +126,7 @@
|
|
|
|
|
|
|
|
<xsl:variable name="xpath_value_dita">
|
|
<xsl:variable name="xpath_value_dita">
|
|
|
<xsl:choose>
|
|
<xsl:choose>
|
|
|
- <xsl:when test="string-length($xpath_value) >0">
|
|
|
|
|
- <xsl:message>#67.0 $xpath_value=(<xsl:value-of select="$xpath_value"/>); narzucone pewnie z wyzwolenia build.xml</xsl:message>
|
|
|
|
|
- <xsl:value-of select="$xpath_value"/>
|
|
|
|
|
- </xsl:when>
|
|
|
|
|
|
|
+
|
|
|
<xsl:when test="@xpath_value">
|
|
<xsl:when test="@xpath_value">
|
|
|
<!--<xsl:variable name="xpath_value_tokens" select="tokenize(@xpath_value,'/')"/>-->
|
|
<!--<xsl:variable name="xpath_value_tokens" select="tokenize(@xpath_value,'/')"/>-->
|
|
|
<!--<xsl:value-of select="'todo zapytanie xpath do przetworzenia'"/>-->
|
|
<!--<xsl:value-of select="'todo zapytanie xpath do przetworzenia'"/>-->
|
|
@@ -147,6 +144,10 @@
|
|
|
<!--<xsl:value-of select="$xpath_value_token/node()[1]/text()"/>-->
|
|
<!--<xsl:value-of select="$xpath_value_token/node()[1]/text()"/>-->
|
|
|
<!--<xsl:value-of select="$xpath_value_token"/>-->
|
|
<!--<xsl:value-of select="$xpath_value_token"/>-->
|
|
|
</xsl:when>
|
|
</xsl:when>
|
|
|
|
|
+ <xsl:when test="string-length($xpath_value) >0">
|
|
|
|
|
+ <xsl:message>#67.0 $xpath_value=(<xsl:value-of select="$xpath_value"/>); narzucone pewnie z wyzwolenia build.xml</xsl:message>
|
|
|
|
|
+ <xsl:value-of select="$xpath_value"/>
|
|
|
|
|
+ </xsl:when>
|
|
|
<xsl:otherwise>
|
|
<xsl:otherwise>
|
|
|
<xsl:value-of select="$xpath_value"/><!-- parametr z template narzuca wartosc -->
|
|
<xsl:value-of select="$xpath_value"/><!-- parametr z template narzuca wartosc -->
|
|
|
</xsl:otherwise>
|
|
</xsl:otherwise>
|
|
@@ -413,6 +414,8 @@
|
|
|
<xsl:element name="tempfile">
|
|
<xsl:element name="tempfile">
|
|
|
<xsl:attribute name="property" select="concat('get_related_feature_run_child_ant',$loop_xpath_real,'_',$loop_path_recurs,'_temp')" />
|
|
<xsl:attribute name="property" select="concat('get_related_feature_run_child_ant',$loop_xpath_real,'_',$loop_path_recurs,'_temp')" />
|
|
|
<xsl:attribute name="destdir" select="$temp"/>
|
|
<xsl:attribute name="destdir" select="$temp"/>
|
|
|
|
|
+ <xsl:attribute name="prefix" select="'test_if_exec_child_ant-'"/>
|
|
|
|
|
+ <xsl:attribute name="suffix" select="'.xml'"/>
|
|
|
</xsl:element>
|
|
</xsl:element>
|
|
|
<xsl:variable name="OGC_Filter">
|
|
<xsl:variable name="OGC_Filter">
|
|
|
<xsl:call-template name="simpleTypeMakeOgcFilter_merge">
|
|
<xsl:call-template name="simpleTypeMakeOgcFilter_merge">
|