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> <use> <user> <version> <vfs> <ximg>
Containers at prioity level 0:
<aconf></aconf> <aconfig></aconfig> <ai></ai> <allow></allow> <anfang></anfang> <apre></apre> <autoformat></autoformat> <cache></cache> <case></case> <catch></catch> <client></client> <comment></comment> <config_tablist></config_tablist> <crypt></crypt> <cset></cset> <default></default> <define></define> <deny></deny> <diagram></diagram> <doc></doc> <dump_else></dump_else> <dump_if></dump_if> <elif></elif> <else></else> <elseif></elseif> <fl></fl> <fl_postparse></fl_postparse> <fnord></fnord> <for></for> <formoutput></formoutput> <gauge></gauge> <gh></gh> <gh1></gh1> <gh2></gh2> <gh3></gh3> <gh4></gh4> <gh5></gh5> <gh6></gh6> <gtext></gtext> <gtext-id></gtext-id> <htable></htable> <if></if> <nooutput></nooutput>
<nooutput> ... </nooutput> <nooutput> is defined in the Main RXML parser module. The contents will not be sent through to the page. Side effects, for example sending queries to databases, will take effect. Arguments passed to the tag: Attributes Example source code <set variable=foo value=Hi> <nooutput> <h1>Hi dude</h1> <set variable=foo value=Bye> </nooutput> <p><insert variable=foo> result Bye
The contents will not be sent through to the page. Side effects, for example sending queries to databases, will take effect.
<set variable=foo value=Hi> <nooutput> <h1>Hi dude</h1> <set variable=foo value=Bye> </nooutput> <p><insert variable=foo>
Bye