Undeclared elements error

James Clark jjc at jclark.com
Thu Sep 17 09:14:18 BST 1998


Liam R. E. Quin wrote:

> Should the following produce a warning?
> 
>     <!ELEMENT CHAPTER (LOCATION,DESCRIPTION)>
>     <!--* error: LOCATION has not been declared *-->
>     <!--* error: DESCRIPTION has not been declared *-->
> 
>     <!ELEMENT LOCATION (#PCDATA)>
>     <!ELEMENT DESCRIPTION (#PCDATA)>

Absolutely not.

> It seems to me that the intended interpretation is that the warning should
> only be issued after all declarations have been processed,

Right.

> but this
> is nowhere stated, and the interpretation suggested by my comments
> above appears to be legal.

A processor can issue any warnings it wants, but it's ridiculous to
interpret the XML spec as recommending something so stupid.  Since you
can have mutually recursive content models, it wouldn't even always be
possible to reorder the declarations in a DTD so as to avoid such a
warning.

James


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