DTD - Entity Declaration
Entities are replaced in the document by the parser with actual data
Entity types
- general: for use in the document content
<!ENTITY entityname “replacement text”>
&entityname;
- parameter: can be used in external parts of DTD and in conditional selections,
<!ENTITY % entityname “replacement text”>
%entityname;