arc:exists keyword to check that an attribute has a value in the specified item. The arc:notnull keyword is a synonym for arc:exists.
Parameters
- item: The item to check. If not specified, the default item is used.
- attr: The name of the attribute to check.
- action: The action to perform if the expression evaluates to true. Allowed values:
breakorcontinue.
Control Attributes
NoneExample
Define missing title attributes for a feed of files:See Also
- arc:else: Create a block which is executed if the condition is not satisfied.