- From: Laurens Holst <lholst@students.cs.uu.nl>
- Date: Thu, 07 Jul 2005 00:02:18 +0200
- To: Orion Adrian <orion.adrian@gmail.com>
- Cc: www-style@w3.org
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