On 22.06.2022 14:31, Christian Grün wrote:
Right, the »parameter-document« serialization parameter is currently not supported by RESTXQ, as this might cause too many conflicts at runtime. You can try »use-character-maps« instead (with and without RESTXQ, with a slightly non-standard syntax):
declare %rest:path("/test") %output:use-character-maps(">=>,1=3") function _:html() { <xml> 1 > 2 </xml> };
Excellent, I’ll take undocumented non-standard features for $500, Alex. Er, Christian. And you just documented it: https://docs.basex.org/index.php?title=Serialization&type=revision&d...
Thanks!
Gerrit