Changeset 308

Show
Ignore:
Timestamp:
04/28/2005 11:52:00 AM (3 years ago)
Author:
moo
Message:

new condition syntax: nesting(and)/chaining(elseif)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/configuration.txt

    r307 r308  
    7171  <field> <operator> <value> { 
    7272    ... 
     73    <field> <operator> <value> { 
     74      ... nesting: match only when parent match 
     75    } 
     76  } 
     77  | <field> <operator> <value> { 
     78    ... else if 
    7379  } 
    7480