|
@@ -826,6 +826,26 @@
|
|
|
</xsl:variable>
|
|
</xsl:variable>
|
|
|
<xsl:copy-of select="$enter_to_ph"/>
|
|
<xsl:copy-of select="$enter_to_ph"/>
|
|
|
</xsl:when>
|
|
</xsl:when>
|
|
|
|
|
+
|
|
|
|
|
+ <xsl:when test="../@format='system_cache__appinfo:escaped_html_to_xml'">
|
|
|
|
|
+ <xsl:variable name="node">
|
|
|
|
|
+ <xsl:element name="{../name()}">
|
|
|
|
|
+ <xsl:copy-of select="."/>
|
|
|
|
|
+ </xsl:element>
|
|
|
|
|
+ </xsl:variable>
|
|
|
|
|
+ <xsl:variable name="system_cache__appinfo:escaped_html_to_xml">
|
|
|
|
|
+ <xsl:call-template name="system_cache__appinfo:escaped_html_to_xml" >
|
|
|
|
|
+ <xsl:with-param name="html" select="$node"/>
|
|
|
|
|
+ <!--<xsl:with-param name="count" select="count(.)"/>-->
|
|
|
|
|
+ <!--<xsl:with-param name="element" select="../name()"/>-->
|
|
|
|
|
+ <!--<xsl:with-param name="xpath_token_filter" select="@xpath_token_filter"/>--><!-- mozliwosc wybrania pierwszego wyrazu np ' ' -->
|
|
|
|
|
+ <!--<xsl:with-param name="xpath_token" select="@xpath_token"/>--><!-- mozliwosc wybrania pierwszego wyrazu np 1 -->
|
|
|
|
|
+ </xsl:call-template>
|
|
|
|
|
+ </xsl:variable>
|
|
|
|
|
+ <xsl:copy-of select="$enter_to_ph"/>
|
|
|
|
|
+ </xsl:when>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<xsl:otherwise><xsl:message terminate="yes">#810 unknown format <xsl:value-of select="../@format"/>; </xsl:message></xsl:otherwise>
|
|
<xsl:otherwise><xsl:message terminate="yes">#810 unknown format <xsl:value-of select="../@format"/>; </xsl:message></xsl:otherwise>
|
|
|
</xsl:choose>
|
|
</xsl:choose>
|
|
|
</xsl:when>
|
|
</xsl:when>
|