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>
<remove_cookie> <remove_cookie> is defined in the Main RXML parser module. Removes a cookie. Arguments passed to the tag: name, Attributes name Name of the cookie to remove. Note that removing a cookie won't take effect until the next page load. Therefore, a reload will be needed to see the effect of the example. Example source code <apre foo>Set the cookie</apre> <br><apre -foo>Remove the cookie</apre> <if prestate=foo><set_cookie name=foo value="Hello World"></if> <else><remove_cookie name=foo></else> <p><insert cookie=foo> result Set the cookie Remove the cookie
Removes a cookie.
Note that removing a cookie won't take effect until the next page load. Therefore, a reload will be needed to see the effect of the example.
<apre foo>Set the cookie</apre> <br><apre -foo>Remove the cookie</apre> <if prestate=foo><set_cookie name=foo value="Hello World"></if> <else><remove_cookie name=foo></else> <p><insert cookie=foo>