Lists all available RXML tags.
Attributes
<list-tags>
<!--#config> <!--#echo> <!--#exec> <!--#flastmod> <!--#fsize> <!--#include> <!--#set> </ilayer> </layer> </table> </td> <accept-language> <accessed> <append> <auth-required> <body> <clientname> <configimage> <configurl> <countdown> <date> <debug> <echo> <expire-time> <expire_time> <false> <file> <header>
<header> <header> is defined in the Main RXML parser module. Adds an HTTP header to the result from page. See the Appendix for a list of HTTP headers. Arguments passed to the tag: name, value, Attributes name=string The name of the header. value=string The value of the header. Example source code <apre foo>Try it</apre> <if prestate=foo> <header name=Location value=http://www.roxen.com/> <return code=301> </if> result Try it
Adds an HTTP header to the result from page.
See the Appendix for a list of HTTP headers.
<apre foo>Try it</apre> <if prestate=foo> <header name=Location value=http://www.roxen.com/> <return code=301> </if>