=Forward and Redirect=
With {{Version|7.5}}, we introduce The two XML elements: <code>restxq:forward</code> and <code>restxq:redirect</code>. They are not part of RESTXQ specification yet and can be used in the context of [[Web Application]]s, precisely in the context of RESTXQ.These nodes allow e.g. multiple [[XQuery Update]]s in a row by redirecting to the RESTXQ path of updating functions. Both wrap an URL to a RESTXQ path.
Remember to encode the wrapped URL, e.g. using <code>fn:encode-for-uri()</code>.
Note that the two extensions are not part of RESTXQ specification yet.
==restxq:forward==