|
0
|
1 <!--
|
|
|
2 This is the character entities DTD for Voyager. It is
|
|
|
3 derived from the HTML 4.0 strict DTD with a few changes
|
|
|
4 to make it simple to formalize as XML.
|
|
|
5
|
|
|
6 Copyright (c) 1998 W3C (MIT, INRIA, Keio), All Rights Reserved.
|
|
|
7
|
|
|
8 Author: Dave Raggett <dsr@w3.org>
|
|
|
9 Date: 17th November 1998
|
|
|
10 -->
|
|
|
11 <!--================ Character mnemonic entities =========================-->
|
|
|
12
|
|
|
13 <!ENTITY % HTMLlat1 PUBLIC
|
|
|
14 "-//W3C//ENTITIES Latin1//EN//HTML"
|
|
|
15 "HTMLlat1x.ent">
|
|
|
16 %HTMLlat1;
|
|
|
17
|
|
|
18 <!ENTITY % HTMLsymbol PUBLIC
|
|
|
19 "-//W3C//ENTITIES Symbols//EN//HTML"
|
|
|
20 "HTMLsymbolx.ent">
|
|
|
21 %HTMLsymbol;
|
|
|
22
|
|
|
23 <!ENTITY % HTMLspecial PUBLIC
|
|
|
24 "-//W3C//ENTITIES Special//EN//HTML"
|
|
|
25 "HTMLspecialx.ent">
|
|
|
26 %HTMLspecial;
|
|
|
27
|
|
|
28
|