swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
  Related Syntax   Related Concepts  
declaration/definition   insertion-break    

Syntax

  insertion-break string condition?

Where:
string


condition

Purpose

Used to specify line-break text. Used in conjunction with break-width.

When a long line is encountered, OmniMark can insert a string specified in the applicable insertion-break declaration at any "breakpoint" that will keep the line within the desired length.

In PCDATA in an SGML or XML document instance, you need nothing more than an insertion-break declaration and a break-width to cause line-breaking. Elsewhere, a breakpoint must be indicated explicitly by a "%/" format item. The "%/" format item will not work within PCDATA at any point in the input stream that is under the control of the "h" modifier or break suppression.

Often, the end-of-line sequence is preceded by an indication that the line break results from the line-length limitation. In such cases, the line break may not occur at a word boundary. The form of this indication, of course, depends on the program that will process the resulting file.

For example, the TeX formatter uses a final percent sign on the line to indicate that the line-end is not important. An OmniMark program that prepared TeX source files might include the following declaration:

  insertion-break "%%%n"

If there is more than one insertion-break in a program, their conditions must ensure that, at most, one declaration will apply at any one time.

The condition on an insertion-break rule is not allowed to contain function calls. This rather extreme provision has been made because of the side effects that would otherwise arise. Two types of side effects are especially troublesome:

When a program has no applicable insertion breaks, the "%/" format items are ignored unless a replacement-break declaration can be applied.

    Related Syntax
   break-width
   replacement-break
   rethrow
 
Related Concepts
   Line breaking
 
----

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ OMX ] [ ERRORS ]

Generated: August 11, 2000 at 3:07:21 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.