[5298] in www-talk@info.cern.ch

home help back first fref pref prev next nref lref last post

Re: Proposed SUBDOC support in HTML

daemon@ATHENA.MIT.EDU (Earl Hood)
Tue Aug 23 18:34:19 1994

Date: Wed, 24 Aug 1994 00:25:12 +0200
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: ehood@imagine.convex.com
From: Earl Hood <ehood@imagine.convex.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>


> I'm not sure what you mean by this. It's awkward, if not meaningless
 [ stuff deleted ]

Terminology police on the prowl ... :-)


> 	<DOCTYPE paper PUBLIC "-//IETF//DTD HTML//3.0" [
> 	<!ENTITY ch1 SYSTEM "ch1.html">
> 	<!ENTITY ch2 SYSTEM "ch2.html">

I believe the entity declarations should be:

 	<!ENTITY ch1 SYSTEM "ch1.html" SUBDOC>
 	<!ENTITY ch2 SYSTEM "ch2.html" SUBDOC>

The SUBDOC keyword is important, because it tells the SGML validator (or
in this example, the Web client), that the entity defines a reference
to a complete document (i.e. contains its own DOCTYPE declaration).  This
distinction is important because the SUBDOC feature insures protection
from name spacing conflicts between the main document and the subdocument.

	--ewh

home help back first fref pref prev next nref lref last post