external dtd subset content

Paul Prescod papresco at technologist.com
Tue Dec 16 16:29:51 GMT 1997


Peter Murray-Rust wrote:
> Good point! I have never really understood why it's necessary to have
> consistency between the root element and the doctypedeclName. 

The docTypeDeclName exists specifically to state the root element type.

> <?xml version="1.0"?>
> <!DOCTYPE HTML SYSTEM "html20.dtd">
> <P>This is a para</P>
> 
> is invalid. 

Think about what the code above means in *HTML*:

<HTML> <!-- implied -->
<BODY> <!-- implied -->
<P>This is a para</P>
</BODY <!-- implied -->
</HTML> <!-- implied -->

Now I suspect you understand why the docTypeDeclName exists and in XML
must always be the same as the type of the explicitly tagged root
element. Since XML has no minimization, it is redundant of course.
WebSGML allows you to use the keyword #IMPLIED (but XML does not) to
remove that redundancy.

 Paul Prescod



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list