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> <help> <ilayer> <imgs> <insert> <killframe> <layer> <line> <list-tags> <modified> <number> <pr> <quote> <realfile> <redirect> <referer> <referrer> <refferrer> <remove_cookie> <return> <sb-menu> <set> <set-max-cache> <set_cookie> <signature> <table> <td> <true> <undefine> <unset>
<unset> <unset> is defined in the Main RXML parser module. Unsets a variable. Arguments passed to the tag: variable, Attributes variable=variable Specifies which variable to unset. Example source code <set variable=foo value="Hello World"> set: <insert variable=foo><BR> <unset variable=foo> unset: <insert variable=foo> result set: Hello World unset:
Unsets a variable.
<set variable=foo value="Hello World"> set: <insert variable=foo><BR> <unset variable=foo> unset: <insert variable=foo>