[xsl] XSLT 4: couldn't xsl:mode have copy-namespaces declaration?

Subject: [xsl] XSLT 4: couldn't xsl:mode have copy-namespaces declaration?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 19 May 2020 07:49:32 -0000
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?

Current Thread