|
@@ -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>
|