docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualIf Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<if sizeof></if>

Provided by module: Tags: RXML 2 tags

Compares the size of a variable with a number. This is an Eval plugin.


<set variable="var.x" value="hello"/>
<set variable="var.y" value=""/>
<if sizeof="var.x == 5">Five</if>
<if sizeof="var.y > 0">Nonempty</if>
Five