Re: New layout language.

Additional note:

Orion Adrian wrote:

>I find it hard to believe that advertisements, the company logo and
>links to the privacy policy are a document.
>
>The idea is to give a means to do with without the need for server
>side transformation and content management.
>  
>
XHTML 2.0 src attribute.

http://www.w3.org/TR/xhtml2/mod-embedding.html#adef_embedding_src

E.g.:

<html>
  <body>
    <section role="navigation" src="nav.xhtml" 
srctype="application/xhtml+xml" />
    <section role="banner" src="banner.xhtml" 
srctype="application/xhtml+xml" />
    <section role="main" src="main.xhtml" srctype="application/xhtml+xml" />
  </body>
</html>


~Grauw

-- 
Ushiko-san! Kimi wa doushite, Ushiko-san!!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Laurens Holst, student, university of Utrecht, the Netherlands.
Website: www.grauw.nl. Backbase employee; www.backbase.com.

Received on Wednesday, 6 July 2005 22:02:30 UTC