Tipworld -> XML
Unparsed Entities

Entities are the subject of much conversation in the XML specification. Recall that a general entity is much like a substitution macro in most programming languages (I'm thinking of c - define statements). An entity can be defined in a DTD like so:

<!ENTITY myhello 'hola'>

and then referenced in an XML document like this:

<some tag>This is how you say hello in Spanish :