- From: Manu Sporny <msporny@digitalbazaar.com>
 - Date: Tue, 26 May 2009 19:27:10 -0400
 - To: "public-rdf-in-xhtml-tf.w3.org" <public-rdf-in-xhtml-tf@w3.org>
 
Shane McCarron wrote:
> <html xmlns="http://www.w3.org/1999/xhtml"
>      xmlns:foaf="http://xmlns.com/foaf/0.1/">
>  <head>
>    <title>Test 0124</title>
>        <base href="http://www.example.org/me" />
>  </head>
>  <body>
>      <div id="shane" about="#shane" typeof="foaf:Person">
>            <h2 property="foaf:name" datatype=""><span
> property="foaf:firstName">Shane</span> <span
> property="foaf:surname">McCarron</span></h2>
>          </div>
>      <div id="mark" about="#mark" typeof="foaf:Person">
>            <h2 property="foaf:name"><span
> property="foaf:firstName">Mark</span> <span
> property="foaf:surname">Birbeck</span>/h2>
                                        ^^^^
Did you mean to put the missing '<' before the '/h2'? If so, wouldn't
this be an invalid XMLLiteral?
-- manu
-- 
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: A Collaborative Distribution Model for Music
http://blog.digitalbazaar.com/2009/04/04/collaborative-music-model/
Received on Tuesday, 26 May 2009 23:27:46 UTC