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

<if variable></if>

Provided by module: Tags: RXML 2 tags

Does the variable exist and, optionally, does its content match the pattern? This is an Eval plugin.


Attributes

variable="name[ operator pattern]"

Choose variable to test. Valid operators are '=', '==', 'is', '!=', '<' and '>'.

Examples of how this Eval plugin exists in <if> documentation and the If tags tutorial.