<preparse tag=name [tag options]>
Changes the parsing order by first parsing it's contents and then
morphing itself into another tag that gets parsed. Makes it possible to
use, for example, tablify together with sqloutput.
Example:
<preparse tag=foo>
hi there, <accessed>
</preparse>
returns
<foo>
hi there, 48
</foo>
|