The XHTMLredirect
accessor is used to generate an XHTML redirect page to the
canonical URI supplied as the operand.
For example...
<instr>
<type>XHTMLredirect</type>
<operator>
<uri>http://www.1060research.com</uri>
</operator>
<target>this:response</target>
</instr>
Produces...
<html>
<head>
<meta content="0; URL=http://www.1060research.com" http-equiv="refresh" />
</head>
</html>
You may prefer to use the lower-level HTTPRedirect.