Mercurial > hg > Aquinas
view dtd/html-chars.mod @ 105:e851c0a4d5dc
remove a line??
| author | ht |
|---|---|
| date | Mon, 30 Nov 2015 22:50:17 +0000 |
| parents | bca6df27dbfd |
| children |
line wrap: on
line source
<!-- 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;
