cdata

pattern

Syntax
cdata (named string)? (valued string)?
      

Argument definitions

string
The name or value of an internal entity the DTD defines as containing CDATA.


Purpose

cdata is a pattern operator that matches an SGML CDATA internal entity having the name or value you specify.

You can use cdata only in translate rules.

Example

The following example matches an internal CDATA entity named curses.

  translate cdata named "curses"
     output "&@#$!"