Write directly to file from BaseX GUI
问题 I wrote an XQuery expression that has a large result of about 50MB and takes a couple of hours to compute. I execute it in the BaseX GUI, but this is a little inconvenient: it crops the result to a result window, which I then have to save. At this time, BaseX becomes unresponsive and may crash. Is there a way to directly write the result to a file? 回答1: Have a look at BaseX' file module, which provides broad functionality to read and write from files and traverse the file system. For you,