Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要使用 XSLT 呈现数据,对于 XML 中的 CDATA 部分,只有一种解决方案使用cdata-section-elements:
cdata-section-elements
<xsl:output cdata-section-elements="someNodeName" />
或者除了这个之外还有其他解决方案吗?