| Syntax 
   next group is group-name (& group-name)*
 
 Purpose
 
 An action that changes the currently active set of groups to the ones specified. next group isdeactivates the currently active set of groups, and activates the specified ones. The#impliedgroup is always active, and cannot be deactivated usingnext group is. If the only group named in the next group isaction is#implied, then all other groups are deactivated. The#impliedgroup cannot be combined with other groups innext group isactions; to do so would have no effect. You should always use using groupin preference tonext group iswherever your program logic will permit it. This makes the order and scope of group changes much more explicit. Do not use next group isin a function that is called from within a rule header. Besides leading to unreadable code, the behavior of this construction is not guarunteed consistent from one version of OmniMark to the next. The list of group names may be placed in parentheses to improve readability.  |