Re: a new value for <title> and other meta tags

Hi

Interesting idea.

On Wed 21-Aug-2002 at 07:13:36 +0200, Lorenzo De Tomasi wrote:
> 
> <html>
>     <head>
>     </head>
> 
>     <body>
>         <title>Lorenzo De Tomasi</title>
>     </body>
> </html>
> 
> What happens with RDF? can we integrate these two ways? RDF for meta
> informations and this proposal for explicit data written as text in
> the body...

But how would this XHTML 1.0 map to it:

  <html>
      <head>
        <title>Foo : Bar : Baz</title>
        <meta name="DC.Title" content="Baz" />
        <meta name="DC.Title.alternative" content="Foo : Bar : Baz" />
        <meta name="DC.Identifier" scheme="URI" content="http://example.com/foo/bar/baz/" 
      /> 
      </head>
      <body>
          <h1>Baz</h1>
      </body>
  </html>

Chris

-- 
Chris Croome                               <chris@webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   
everything else                               http://chris.croome.net/  

Received on Wednesday, 21 August 2002 14:54:17 UTC