Subject: | Missing included DTDs |
Some of the DTDs in this distro include other DTDs which aren't in this
distro. For example, xhtml1-strict.dtd includes xhtml-lat1.ent,
xhtml-symbol.ent and xhtml-special.ent.
<!ENTITY % HTMLlat1 PUBLIC
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
"xhtml-lat1.ent">
%HTMLlat1;
<!ENTITY % HTMLsymbol PUBLIC
"-//W3C//ENTITIES Symbols for XHTML//EN"
"xhtml-symbol.ent">
%HTMLsymbol;
<!ENTITY % HTMLspecial PUBLIC
"-//W3C//ENTITIES Special for XHTML//EN"
"xhtml-special.ent">
%HTMLspecial;
Please add these to the distro (and any other included DTDs).