Content of put3_html_br.xq exampleimport module namespace http="http://www.zorba-xquery.com/modules/http-client"; (: Should get serialized as "<br>" with HTML output method :) variable $arg := <br></br>; variable $result := http:put("http://zorbatest.lambda.nu:8080/cgi-bin/test-text", $arg, "text/html"); $result[2] |