|
|
@@ -1551,6 +1551,8 @@
|
|
|
<xsl:when test="name()='fid'"/>
|
|
|
<xsl:when test="name()='xml_id'"/>
|
|
|
<xsl:when test="name()='format'"/>
|
|
|
+ <xsl:when test="name()='xpath_token_filter'"/>
|
|
|
+ <xsl:when test="name()='xpath_token'"/>
|
|
|
<xsl:when test="name()='xpath'">
|
|
|
<!--<xsl:attribute name="xpath_parsed" select="."/>-->
|
|
|
<!--1:<xsl:value-of select="$parent_obj//node()[@system_cache__appinfo:xpath=$xpath]/text()"/>-->
|
|
|
@@ -1564,14 +1566,14 @@
|
|
|
<xsl:when test="@xpath">
|
|
|
<!--<xsl:variable name="enter_to_ph">-->
|
|
|
<xsl:choose>
|
|
|
- <!--<xsl:when test="@xpath_token_filter and @xpath_token ">
|
|
|
- <!-\- implementacja filtra dla czegos oddzielonego parametrem -\->
|
|
|
+ <xsl:when test="@xpath_token_filter and @xpath_token ">
|
|
|
+ <!-- implementacja filtra dla czegos oddzielonego parametrem -->
|
|
|
<xsl:variable name="xpath_token_filter" select="tokenize($input_obj_with_xpath/node()[local-name()=current()/@xpath],@xpath_token_filter)"/>
|
|
|
<xsl:for-each select=" tokenize(@xpath_token,' ')">
|
|
|
<xsl:variable name="xpath_token" select="number(.)"/>
|
|
|
<xsl:copy-of select="$xpath_token_filter[$xpath_token]"></xsl:copy-of>
|
|
|
</xsl:for-each>
|
|
|
- </xsl:when>-->
|
|
|
+ </xsl:when>
|
|
|
<xsl:when test="$input_obj_with_xpath/node()[local-name()=current()/@xpath]/*">
|
|
|
<xsl:copy-of select="$input_obj_with_xpath/node()[local-name()=current()/@xpath]/*"/>
|
|
|
</xsl:when>
|