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 文档,我不想对整个文档使用身份模式,而只想在文档中使用一个元素。例如,在我想应用身份模式。有任何想法吗?
如果您想在其他地方应用其他模板的同时对单个节点进行未更改的深层复制,只需<xsl:copy-of>在样式表中的适当位置使用 。
<xsl:copy-of>