Hi Christian,
According to the server protocol, when first sending \04 to the server, the resulting items from the query are returned as strings, prefixed by a single byte. With my RBaseX-package, the result from "for $i in 1 to 2 return <xml>Text { $i }</xml>" is "0b" "<xml>Text 1</xml>" "0b" "<xml>Text 2</xml>"
When sending \1F the strings should be prefixed by the XDM metadata.
In my case however, the output is the samen as with \04.
Is it possible to get the same output for querys in the basexgui so that I can see which output should be expected?
This is the last remaining problem in my package. If I can resolve it, I can upload a new version.
Cheers, Ben