Hi Mukul
On 06/12/2025 12:59, Mukul Gandhi wrote:
This Xalan-J XSLT 3.0 implementation issue, has been fixed on
Xalan-J's XSLT 3.0 development branch.
It seems in the recent commits there has been a change in the main POM's
dependencies, namely from
<dependency>
<groupId>org.apache.xsl</groupId>
<artifactId>xpath31_types</artifactId>
<version>1.0</version>
</dependency>
to
<dependency>
<groupId>xerces</groupId>
<artifactId>xalanj_xpath31_types</artifactId>
<version>0.1</version>
</dependency>
With that change my attempt to do a Maven clean install I get an
unresolved dependency for that xalanj_xpath31_types
I take it for you that dependency resolves fine?