Re: DTD declarations

[Charles McCathieNevile]
> In moving from defining rules purely for HTML to rules for web
> content in general, referring to a DTD is extremely important. (P1
> checkpoint as soon as browsers handle XML, in my humble first rush
> of opinion)
> 
> In HTML this is done by a DOCTYPE declaration. In XML, it is
> declaring namespaces - see http://www.w3.org/TR/rec-xml-names

In XML, this is done by DOCTYPE declarations.  Namespaces are a little
bit different; they indicate the intended semantics of a set of
elements, but neither indicate a data schema nor assert compliance
therewith.

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>

Received on Tuesday, 23 February 1999 17:52:37 UTC