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. For example:


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

Related Concepts