Was using fn:trace() to print out warning statements during XQuery processing. Worked fine using SAXONICA XQuery, but does not print anything in BaseX. Is there a setting to get this to work, or is there some other call that I can make to do same?
We are frequently using fn:trace(); the output is either sent to stderr or the InfoView of the GUI. It may be, however, that some of the traced data will be optimized in advance, and never be evaluated at runtime. How do your queries look like?
Christian