Hello, I wonder if there is any way at the moment to run scripts with xquery version 1 only. I can't find a way to set XQUERY3 option to false. I have some scripts that fail to run (process runs forever) with BaseX and I want to see if the version is causing this. I have set xquery version "1.0" encoding "UTF-8"; as the first line of my script, but it doesn't seem to do anything as well. Also is there any way to see where BaseX is consuming so much time/processing power? I can use a profiler but It's not easy to see what part of the script is causing this huge delay. Thanks.