HTML3.0 DTD under SGMLS

Josh Engel (jengel@c3i.saic.com)
Fri, 10 Mar 95 17:50:03 EST

I have been trying to use the HTML3.0 DTD under SGMLS 1.1 and have been
having some problems. Can anybody help me?

(1) I had to crank up the REFNAMELEN and REFGRPCNT way up (to about 1000
each. Now it basically works, but

(2) I get the following error messages:

sgmls: Warning at html.dtd, line 253 in declaration parameter 5:
Could not find external parameter entity "HTMLlat1"
sgmls: Error at html.dtd, line 254 at ";":
Reference to non-existent parameter entity "HTMLlat1" ignored
sgmls: Warning at html.dtd, line 274 in declaration parameter 5:
Could not find external parameter entity "HTMLicons"
sgmls: Error at html.dtd, line 275 at ";":
Reference to non-existent parameter entity "HTMLicons" ignored
sgmls: Warning at html.dtd, line 282 in declaration parameter 5:
Could not find external parameter entity "HTMLmath"
sgmls: Error at html.dtd, line 283 at ";":
Reference to non-existent parameter entity "HTMLmath" ignored
sgmls: SGML error at html.dtd, line 1138 in declaration parameter 4:
Formal public identifier "-//ISO//DSSSL Lite ??//EN//" invalid; treated as informal
sgmls: SGML error at html.dtd, line 1164 at record end:
Document ended invalidly within prolog; parsing ended
sgmls: SGML error:
Capacity limit TOTALCAP exceeded by 284081 points
sgmls: SGML error:
Capacity limit GRPCAP exceeded by 129600 points
sgmls: SGML error:
Capacity limit ATTCAP exceeded by 20800 points

Where can I obtain "-//IETF//ENTITIES Added Latin 1 for HTML//EN",
"-//IETF//ENTITIES icons for HTML//EN", and
"-//IETF//ENTITIES Math and Greek for HTML//EN" (if anywhere?). Or
the (unspecified) DSSSL standard?

What can I do about the limits? I'm afraid I don't understand the
point of TOTALCAP, GRPCAP, and ATTCAP. Is that a lot?

Thank you.