In addition to new tags to represent navigation lists, I would suggest an overal XML structure of: <?xml ... ?> <html> <head> ... title, meta tags. ... links to include scripts, styles </head> <body> <header> ... optional: navigation lists, or header info: paragraphs,tables,etc. ... </header> <sidebar> ... optional: navigation lists, or sidebar info: paragraphs,tables,etc. ... </sidebar> <content> ... paragraphs, tables, lists, sections, objects (images,applets,etc.) </content> <footer> ... optional: navigation lists, or footer info: paragraphs,tables,etc. ... </footer> </body> </html> The above can be achieved using <div class="header"> ... </div> etc. but allows XML parsers to extract the "guts" of any document, ignoring headers, footers, sidebars, (with perhaps <tableofcontents> and <glossary> before and after the <content> block). All the tags can be styled as usual. What do you think? Best regards, David.Received on Friday, 28 February 2003 10:49:52 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 March 2012 18:17:44 GMT