|
<if></if>Provided by module: RXML 2 parser <if> is used to conditionally show its contents.The <if> tag is used to conditionally show its contents. <else> or <elseif> can be used to suggest alternative content. It is possible to use glob patterns in almost all attributes, where * means match zero or more characters while ? matches one character. * Thus t*f?? will match trainfoo as well as * tfoo but not trainfork or tfo. It is not possible to use regexp's together with any of the if-plugins. The if tag itself is useless without its plugins. Its main functionality is to provide a framework for the plugins. It is mandatory to add a plugin as one attribute. The other attributes provided are and, or and not, used for combining plugins or logical negation.
Operators valid in attribute expressions are: '=', '==', 'is', '!=', '<' and '>'. The If plugins are sorted according to their function into five categories: Eval, Match, State, Utils and SiteBuilder. The Eval category is the one corresponding to the regular tests made in programming languages, and perhaps the most used. They evaluate expressions containing variables, entities, strings etc and are a sort of multi-use plugins. All If-tag operators and global patterns are allowed.
The Match category contains plugins that match contents of something, e.g. an IP package header, with arguments given to the plugin as a string or a list of strings.
State plugins check which of the possible states something is in, e.g. if a flag is set or not, if something is supported or not, if something is defined or not etc.
Utils are additonal plugins specialized for certain tests, e.g. date and time tests.
SiteBuilder plugins requires a Roxen Platform SiteBuilder installed to work. They are adding test capabilities to web pages contained in a SiteBuilder administrated site. Attributes
|
|||||||||||||||||||||||