Redirect
The Redirect
verb transfers control of a call to the TeXML document to another TeXML application. This is useful for creating a tree structure of TeXML files for different applications. No nouns can be nested within Redirect
.
Attributes
ATTRIBUTE | DESCRIPTION | OPTIONS | DEFAULT |
---|---|---|---|
method | The type of requested used Redirect URL. | GET , POST | POST |
Example
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Redirect method="POST">https://example.com/next-instructions</Redirect>
</Response>