contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   %c    
  Related Syntax   Related Concepts  

Syntax

  % format-modifier c


Purpose

The parse continuation operator causes OmniMark to resume parsing at the point it is encountered. %c or suppress must occur once and once only within a string expression in the body of a markup rule. Any data output as the result of subsequent parsing is output at the place %c occurs in the string. Only one %c operator or suppress action may occur in a rule.

The %c parse continuation operator may have modifiers, called element content format modifiers. These modifiers apply to the stream (or streams) to which the "%c" is written to. These modifiers apply only to data content characters that are written as a result of parsing the content. Literal text written to these streams is not affected by the "%c" modifiers.

It is possible to override the subcomponents, even those going into the same stream, by removing the modifier with the following syntax:

  put my-stream with " " "%c"

The element content format modifiers are:

    Related Syntax
   suppress
 
Related Concepts
   Event handling
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:01 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.