Mercurial > hg > Aquinas
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dtd/html-chars.mod Sat Jan 19 22:54:40 2008 +0000 @@ -0,0 +1,28 @@ +<!-- + 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; + +
