pattern
cdata (named string)? (valued string)?
Argument definitions
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.
The following example matches an internal CDATA entity named curses
.
translate cdata named "curses" output "&@#$!"