On Wed Nov 26 11:21:29 2025 +0000, Nikolay Sivov wrote:
They are all in separate contexts, script can't call functions from another msxsl:script block. You can have two functions of the same name in separate blocks, and use one or another in xslt using specific namespace, as ns:func1 or ns2:func1.
Makes sense then, thanks.