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 ドキュメントがあります。ドキュメント全体に Identity パターンを使用するのではなく、ドキュメント内の 1 つの要素だけに使用したいと考えています。たとえば、アイデンティティパターンを適用したいです。何か案は?
他の場所で他のテンプレートを適用しながら、変更されていない単一ノードのディープ コピーを実行する場合は<xsl:copy-of>、スタイルシートの適切なポイントで を使用します。
<xsl:copy-of>