Skip to main content

Redirect

The <Redirect> verb transfers control of a call to the TeXML document to another TeXML application. This is useful to create a tree structure of TeXML files for different applications. No nouns can be nested within <Redirect>

Attributes

ATTRIBUTEDESCRIPTIONOPTIONSDEFAULT
method The type of requested used <Redirect> URL. GET, POST POST

Examples

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Redirect method="POST">https://example.com/next-instructions</Redirect>
</Response>