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

Syntax

  marked-section ignore condition?
     action+


Purpose

These rules appear in marked sections in the same way that SGML comments do, except they are processed using a marked-section ignore rule rather than an SGML comment rule.

In keeping with clause 10.4.1 of the SGML standard (ISO 8879:1986), all pairs of "<![" and "]]>" within an ignore-marked section, including the opening and closing delimiters, are treated as part of the text of the ignore-marked section.

This means that any marked sections nested within an ignore-marked section, including the opening and closing delimiters, are treated as part of the text of the ignore-marked section.

The following statements apply to marked-section ignore rules:

Conditions can be added to marked-section ignore rules using the when keyword:

  marked-section ignore when element is p
     output " (the other version says: %c)"
  marked-section ignore when element isnt p
     output "   Note -- the other version says: %c%n"

    Related Syntax
   suppress
   translate
   %c
 
Related Concepts
   Marked sections: IGNORE
 
----

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.