HTML2_X.DTD

lee at sq.com lee at sq.com
Tue Jun 17 21:57:00 BST 1997


Joe English wrote:
> Or, more sensibly, you can follow Naggum's First Law of AND groups:
> If the order doesn't matter, you might as well pick one and stick
> with it:
> 
>     <!ELEMENT HEAD  (BASE?, TITLE, ISINDEX?, META*, LINK*) >
> 
> In this case the order does matter to some degree, since there 
> are metadata schemes which require groups of METAs and LINKs
> to appear in a certain order, so this is probably better:
> 
>     <!ELEMENT HEAD  (BASE?, TITLE, ISINDEX?, (META|LINK)*) >

It turns out that some of the widely used HTML authoring tools (no,
not HoTMetaL!) automatically add one or more adverts for their
manufacturers by adding META elements, usually immediately after the
title or right before it or, in at least one case (Microsoft's) on
either side of the title.

I stand by
    <!ELEMENT HEAD  (BASED ((BASE|TITLEISINDEX|META|LINK)*) >

Lee

xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa at ic.ac.uk)




More information about the Xml-dev mailing list