<!--
  This is the character entities DTD for Voyager. It is
  derived from the HTML 4.0 strict DTD with a few changes
  to make it simple to formalize as XML.

  Copyright (c) 1998 W3C (MIT, INRIA, Keio), All Rights Reserved. 

  Author: Dave Raggett  <dsr@w3.org>
  Date: 17th November 1998
-->
 <!--================ Character mnemonic entities =========================-->

 <!ENTITY % HTMLlat1 PUBLIC
    "-//W3C//ENTITIES Latin1//EN//HTML"
    "HTMLlat1x.ent">
 %HTMLlat1;

 <!ENTITY % HTMLsymbol PUBLIC
    "-//W3C//ENTITIES Symbols//EN//HTML"
    "HTMLsymbolx.ent">
 %HTMLsymbol;

 <!ENTITY % HTMLspecial PUBLIC
    "-//W3C//ENTITIES Special//EN//HTML"
    "HTMLspecialx.ent">
 %HTMLspecial;


