[basex-talk] Performance and heavy load

2015-07-27 Thread Martín Ferrari
Hi guys,I'm quite new to BaseX. I've read a bit already, but perhaps you can help so I can investigate further. We are having a performance problem with our BaseX server. We're running it on a VM, and hitting it from around 5 web servers. Under no stress, I get this timing from the log for

[basex-talk] Error [FODC0002] when XSL returns sequence

2015-07-27 Thread Maximilian Gärber
Hi, calling the test-xsl function does not work (might be a bug). I think returning a document fragment from xsl is not forbidden (at least exist-db permits it). The transform itself uses Saxon HE but this seems not related. -- start xqm -- xquery version 3.0; module namespace _=

[basex-talk] RESTXQ: wrong doctype with xhtml method

2015-07-27 Thread Maximilian Gärber
Hi, when using 'xhtml' output method, the doctype always matches the name of the root element (instead of 'html'). Does not happen with 'html' output method. -- start xqm -- declare %rest:GET %rest:path(test-frag) %output:method(xhtml) %output:html-version(5.0) function _:test-frag(){