a.binder před 6 roky
rodič
revize
c95855300d

+ 6 - 0
SE/schema/WPS_Functions/get_wfs_recurse_xsl/get_wfs_recurse_xsl.xsl

@@ -1624,6 +1624,12 @@
                                                     </xsl:variable>
                                                     </xsl:variable>
                                                         <xsl:copy-of select="$enter_to_ph" copy-namespaces="no"/>
                                                         <xsl:copy-of select="$enter_to_ph" copy-namespaces="no"/>
                                                 </xsl:when>
                                                 </xsl:when>
+                                                <xsl:when test="@format = 'system_cache__appinfo:escaped_html_to_xml'">
+                                                    <xsl:call-template name="system_cache__appinfo:escaped_html_to_xml" >
+                                                        <xsl:with-param name="html" select="$input_obj_with_xpath/node()[local-name()=current()/@xpath]/text()"/>
+                                                    </xsl:call-template>
+                                                </xsl:when>
+                                                
                                                 <xsl:otherwise>
                                                 <xsl:otherwise>
                                                     <xsl:copy-of select="$input_obj_with_xpath/node()[local-name()=current()/@xpath]/text()"/>
                                                     <xsl:copy-of select="$input_obj_with_xpath/node()[local-name()=current()/@xpath]/text()"/>
                                                 </xsl:otherwise>
                                                 </xsl:otherwise>

+ 1 - 1
SE/schema/default_db_xml_cache.public/build_recurse_ant_merge_dita_from_temp.xsl

@@ -842,7 +842,7 @@
                                 <!--<xsl:with-param name="xpath_token" select="@xpath_token"/>--><!-- mozliwosc wybrania pierwszego wyrazu np 1 -->
                                 <!--<xsl:with-param name="xpath_token" select="@xpath_token"/>--><!-- mozliwosc wybrania pierwszego wyrazu np 1 -->
                             </xsl:call-template>
                             </xsl:call-template>
                         </xsl:variable>
                         </xsl:variable>
-                        <xsl:copy-of select="$enter_to_ph"/>
+                        <xsl:copy-of select="$system_cache__appinfo:escaped_html_to_xml"/>
                     </xsl:when>
                     </xsl:when>