General syntax | <remove target="targetname" name="regexp"/> |
Description | Removes an attribute from the attribute list. |
Attributes | Name | Use | Annotation |
target | required | The target on which the type of operation is executed. Valid values are: Value | Description |
---|
attribute | Defines to add an attribute. | |
name | required | The name of the ‘target’ to remove. |
Examples | <!-- removes the attribute named SYMBOL -->
<remove target="attribute" name="SYMBOL" /> |