contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
rule type   marked-section include-end    
  Related Syntax   Related Concepts  

Syntax

  marked-section include-end condition?
     action*


Purpose

Unlike most marked section rules, include rules are split into two sets of rules: marked-section include-start rules and marked-section include-end rules. This is because an include-marked section can start in the context of one element and end in the context of another, and so can overlap the structure that ties together the components of a parsed SGML document.

marked-section include-end applies to the end of the marked section:

The following is an example of a marked-section include-end rule:

  marked-section include-end
     do when element is (p | title)
        output " (End of bracketed text)"
     else
        output "(End of bracketed text)%n"
     done

    Related Syntax
   marked-section cdata
   sgml-comment
   marked-section rcdata
   marked-section ignore
   marked-section include-start
   marked-section include-end
 
Related Concepts
   Marked sections: INCLUDE
 
----

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

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

Copyright © OmniMark Technologies Corporation, 1988-1999.