declare_text_entity
declare_text_entity [name [textstring [type]]]
This alias creates a text entity reference, prompting for input as necessary.
name is the text entity name, which is used to construct the reference.
textstring is the text that replaces the entity reference in the formatted document. If this string includes spaces or special characters (characters other than letters, digits, and underscores), the whole string needs to be enclosed in quotation marks.
type is the type of the entity. CDATA is the only supported option.
dte is a synonym for declare_text_entity.
Examples
dte
dte hap HaPPSys
dte sgmled 'SGML Editor'
Related Topics