关于sap:使用-XSLT-给-SAP-PI-增加-CDATA

7次阅读

共计 262 个字符,预计需要花费 1 分钟才能阅读完成。

来自我的 SAP 技术交换群,感激薛老板提供的代码:

代码:

<xsl:template match="teaserText_fr">
  <xsl:copy>
    <xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text>
    <xsl:copy-of select="*"/>    
    <xsl:text disable-output-escaping="yes">]]&gt;</xsl:text>
  </xsl:copy>
</xsl:template>

更多 Jerry 的原创文章,尽在:” 汪子熙 ”:

正文完
 0