Hello Martin, On Mon, Oct 27, 2025 at 12:18 AM Martin Honnen <[email protected]> wrote:
> > However, I find an issue with shallow-copy and text nodes (don't know > > whether now after your fixes or whether today as I didn't test before > > with your recent xsl:mode implementation), it seems text nodes get lost: > > > > Also visible in > https://github.com/martin-honnen/xalan-java/commit/a37db539fe1a581939f6b6ff533034057133afb7#diff-6a4f3eba9b525ad0fc2d27a43b4ac08c881e94f42d7e9db5de3b5a493bd0db0f, > with the initial implementation of xsl:mode and shallow-copy the result > had a text node in e.g. the x, y and z element, with the changes of the > last commit these elements are now empty. > These Xalan XSLT 3.0 xsl:mode instruction, issues have been fixed on Xalan's XSLT 3.0 code branch. You may verify, whether these fixes are ok or not. -- Regards, Mukul Gandhi
