3. Content Rule
( #PCDATA )
<if-operation> performs a test on the name of the current operation. The type of test performed depends on the operator specified by the op attribute. The following table shows the type of test performed by each operator.
operator Returns true when... equal
the name of the current operation is equal to content of the condition when compared using the specified comparison mode.
Supports variable expansion.
lt
the name of the current operation is less than content of the condition when compared using the specified comparison mode.
Supports variable expansion.
gt
the name of the current operation is greater than content of the condition when compared using the specified comparison mode.
Supports variable expansion.
not-equal
equal would return false.
not-lt
lt would return false.
not-gt
gt would return false.
<if-operation mode="case" op="equal">add</if-operation>
- #PCDATA
Attribute Value(s) Default Value disabled true | false
true if this element is disabledfalse mode case | nocase | regex | src-dn | dest-dn | numeric | octet
comparison mode if op implies a comparisoncase notrace true | false
false op equal | lt | gt | not-equal | not-lt | not-gt
test operator#REQUIRED
( #PCDATA )
- and
- logical conjunction
- or
- logical disjunction
Top Elements || All Elements || Tree