Only used in DTDs
Pull in other DTD fragments
Add a SYSTEM to the declaration:
SYSTEM
<!ENTITY % player SYSTEM "player.dtd"> %player;
Can use a full URL:
<!ENTITY % player SYSTEM "http://www.ibiblio.org/xml/dtds/player.dtd"> %player;