When XML is parsed, entities like &foo; are replaced with the characters they represent. A few entities like & and < are defined by default, but more are available, and the set of entities can be customized. Below are some words involved in XML entities, defined in the vocabulary 'entities':
entities ( -- value )
with-entities ( entities quot -- )
For entities used in HTML/XHTML, see
xml.entities.html