<mt:IfNonEmpty>
A conditional tag used to test whether a template variable or tag are non-empty. This tag is considered deprecated, in favor of the If tag.
Attributes:
- tag
A tag which is evaluated and tested for non-emptiness.
- name or var
A variable whose contents are tested for non-emptiness.

Dave Baker
October 17, 2007 3:49 PM | Reply
Most of the examples aren't working on this page. The HTML source code needs to be revised. In particular, in several places the string
<pre>`<
appears in the HTML source code; each such string should be replaced with
<pre>`<
in the the HTML source code. Then the examples will display correctly in a web browser. Also, the ` character seems to serve no purpose; these probably should be deleted from the HTML source code.
gum
March 18, 2008 11:05 AM | Reply
The code example after "Can become..." should be fixed to strip the errant "IfNonEmpty" at the end:
<mt:If tag="EntryTitle">
<h2><$MTEntryTitle$></h2>
</mt:If>