On Mon, Aug 13, 2018 at 7:25 PM Christian Grün christian.gruen@gmail.com wrote:
https://www.w3.org/TR/xquery-31/#id-function-conversion-rules https://www.w3.org/TR/xquery-31/#promotion
Thanks for the links. Will check.
Me too, because the following query works on my environment:
declare variable $local:uri1 as xs:anyURI := xs:anyURI("http://example.com/batz/mongo/blah/index.html"); $local:uri1
Indeed, now it does, for me too. I also found the error I made. Thanks.