Reliable endpoints for XML docs (and doclets)

Chris Maden crism at ora.com
Thu Mar 5 19:29:17 GMT 1998


[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 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