What is the use of this complex construct?: <!-- content model is %head.misc; combined with a single title and an optional base element in any order --> <!ELEMENT head (%head.misc;, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;))))> Wouldn't this one be simpler? <!ELEMENT head (title|%head-misc;|base?)> Greatings from Germany, MichaelReceived on Monday, 30 October 2006 11:55:38 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 31 October 2007 00:17:31 GMT