Hi,
thanks to various of Mukul's articles I have become aware of the XSLT 3
development branch of Xalan; I think I have found it on Github at
https://github.com/apache/xalan-java/tree/xalan-j_xslt3.0 and I have
managed to download, build and try it.
I understand it is work in progress and I am not sure what to do if I
encounter bugs; I guess as there is an existing test suite of the W3C
most problems I might run to might be known so I am not sure filing bugs
or asking about them here is useful in progressing the development.
Let me know what you think, whether at this stage you want bug reports
or not.
The concrete case I have found is using exclude-result-prefixes="#all"
(I tend to use that a lot with XSLT 3) where the build done with a
download of the branch from yesterday tells me
"org.xml.sax.SAXException: prefix of namespace could not be resolved:
#all". (Note that is my translation to English that my JRE installation
gave me in German, due to my system's OS locale).