Skip to main content
Use the arc:null keyword to check that an attribute does not exist in the specified item.

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: break or continue.

Control Attributes

None

Example

Define missing title attributes.

See Also

  • arc:else: Create a block which is executed if the condition is not satisfied.