Mercurial > hg > Aquinas
comparison dtd/html-chars.mod @ 0:bca6df27dbfd
mostly unchanged from http://www.cc.org/dtd
| author | ht |
|---|---|
| date | Sat, 19 Jan 2008 22:54:40 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:bca6df27dbfd |
|---|---|
| 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 |
