Hi Daniel, another way is to use request:* functions [1] available for programmatic inspection of the request. Cheers, M.
[1] https://docs.basex.org/wiki/Request_Module
On 22/04/20 12:18, Zimmel, Daniel wrote:
Hi Daniel,
RTFM. Simply pass the body in %rest:POST("{$body}").
Sorry for disturbing!
Daniel
-----Ursprüngliche Nachricht----- Von: Zimmel, Daniel D.Zimmel@ESVmedien.de Gesendet: Mittwoch, 22. April 2020 11:27 An: BaseX basex-talk@mailman.uni-konstanz.de Betreff: [basex-talk] A question about RESTXQ rest:form-param()
Hi,
in an HTML form with a RESTXQ POST action, do I really have to declare %rest:form-param() for every param, or is there a way to pass the full query component in one parameter?
Best, Daniel