1

要使用 XSLT 呈现数据,对于 XML 中的 CDATA 部分,只有一种解决方案使用cdata-section-elements

<xsl:output cdata-section-elements="someNodeName" />

或者除了这个之外还有其他解决方案吗?

4

0 回答 0