[
Lists Home |
Date Index |
Thread Index
]
- From: Chris Maden <crism@ora.com>
- To: xml-dev@ic.ac.uk
- Date: Thu, 5 Mar 1998 14:33:53 -0500
[Ken MacLeod on xml-dev]
> In XML you will have an explicit
>
> <!doctype TOP system "mine.dtd">
>
> that will say that this document's top element is <top>...</top>.
No, you won't. Not necessarily. An XML document can be completely
well-formed without a DOCTYPE declaration (where, BTW, the DOCTYPE and
SYSTEM keywords would need to be upper-case). However, as there is an
implied <!DOCTYPE html ...> with HTML files, in XML, you can imply a
DOCTYPE from the root element. The first start-tag is the start-tag
of the document element; when it ends, the document is over. Any
markup or data (i.e., non-"misc") after the document element's end-tag
is an error.
Followups to xml-l.
-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>
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|