[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

the need for document type name (was: Define a root in a DTD)

  • From: "K. Ari Krupnikov" <ari@c...>
  • To: xml-dev@l...
  • Date: Sun, 01 Jul 2001 15:01:21 +0100

document type name
> >     I have few elements in a DTD and I want to explicity declare one as
> >     the root to be used in XML, not the others, is there a way for that ?
> 
> No. This is done in the document's document type declaration, not in the
> DTD. In a document type declaration like this,
> 
>   <!DOCTYPE chapter SYSTEM "docbook.dtd">
> 
> the whole point of the "chapter" part is to identify which of the element
> types declared in the specified DTD should be used as the root element (also
> known as the "document element"--the element to be used to enclose the whole
> document).

What is the need for specifying the document element in an XML document
declaration? It is my understanding that in SGML elements may be
omitted, so if the outermost element might be <BODY> but

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

tells the processor that HTML is the document element, and that <HTML>,
<HEAD>, <TITLE>, etc. are implicitly present.

In XML, elements cannot be omitted, so looking at the document element
should be sufficient. So is the requirement for a document declaration
name simply for compatibility with SGML, or is there another reason?

Ari.

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.