docs.roxen.comBack to normal mode
DocsRoxen2.1Web Site Creator ManualIf Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<if sizeof></if>

Provided by module: RXML 2 parser

Compares the size of a variable with a number.



<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