contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
rule type   data-content    
    Related Concepts  

Syntax

  data-content condition?
     action+


Purpose

These are the rules that process the strings of data characters within an SGML document. When the condition (if any) is met, the rule is invoked once for every unbroken string of data content (consisting of data characters and entity references).

A string of data content will be broken up by any one of the following: a start tag, an end tag, a processing instruction, or an external data entity reference.

A data-content rule processes a "contiguous" sequence of text characters. A contiguous sequence of text characters could be bounded by, for example:

The following is an example of a data-content rule:

  data-content when element is title
     set title-has-content to true
     output "%c"

      Related Concepts
   Data content: dividing
 
----

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

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

Copyright © OmniMark Technologies Corporation, 1988-1999.