|
|
@@ -1574,6 +1574,12 @@
|
|
|
<xsl:copy-of select="$xpath_token_filter[$xpath_token]"></xsl:copy-of>
|
|
|
</xsl:for-each>
|
|
|
</xsl:when>
|
|
|
+ <xsl:when test="@format = 'system_cache__appinfo:escaped_html_to_xml'">
|
|
|
+ <xsl:message>#1628 TESTING @format = 'system_cache__appinfo:escaped_html_to_xml' ; element=<xsl:value-of select="name()"/>; </xsl:message>
|
|
|
+ <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: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>
|
|
|
@@ -1624,12 +1630,7 @@
|
|
|
</xsl:variable>
|
|
|
<xsl:copy-of select="$enter_to_ph" copy-namespaces="no"/>
|
|
|
</xsl:when>
|
|
|
- <xsl:when test="@format = 'system_cache__appinfo:escaped_html_to_xml'">
|
|
|
- <xsl:message>#1628 TESTING @format = 'system_cache__appinfo:escaped_html_to_xml' ; element=<xsl:value-of select="name()"/>; </xsl:message>
|
|
|
- <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:copy-of select="$input_obj_with_xpath/node()[local-name()=current()/@xpath]/text()"/>
|