Re: [basex-talk] Supported Saxon Version

2023-04-16 Thread Johannes Bauer
Thank you Christian, I can confirm that with the current release I can see the actual error message and if I add the missing xmlresolver dependency jar, Saxon 12.1 is working fine with BaseX. Best Regards Johannes Am 14.04.2023 um 16:23 schrieb Christian Grün: > Hi Johannes, The transforma

Re: [basex-talk] Supported Saxon Version

2023-04-14 Thread Christian Grün
Hi Johannes, The transformation caused an exception, and the resulting error string could not be properly interpreted. Feel free to try the latest snapshot [1]. Best, Christian [1] https://files.basex.org/releases/latest/ On Fri, Apr 14, 2023 at 9:46 AM Johannes Bauer wrote: > > Hi, > > what

Re: [basex-talk] Supported Saxon Version

2023-04-14 Thread Christian Grün
Hi Johannes, could you provide us with a little reproducible example? Thanks in advance Christian On Fri, Apr 14, 2023 at 9:46 AM Johannes Bauer wrote: > Hi, > > what Saxon version is supported by BaseX10? > > I previously used Saxon 10 and updated to version 12. Since then my XSLT > styleshe

[basex-talk] Supported Saxon Version

2023-04-14 Thread Johannes Bauer
Hi, what Saxon version is supported by BaseX10? I previously used Saxon 10 and updated to version 12. Since then my XSLT stylesheet does not work anymore. The same error happens with Saxon 11. If I execute the stylesheet with standalone Saxon 11 or 12 it is working fine. Best regards Jo