[Home] [By Thread] [By Date] [Recent Entries]
XSLT 3 has a declarative way with xsl:mode and on-no-match being one of deep-copy, shallow-copy, deep-skip, shallow-skip, text-only-copy. With XSLT 2 and 3 xsl:copy and xsl:copy-of also have some improvement to XSLT 1 by allowing the use of the copy-namespaces attribute with "no". Sometimes I would want to declare <xsl:mode on-no-match="shallow-copy" copy-namespaces="no"/> Is that feasible?
|

Cart



