validator/htdocs/dev/tests xhtml_rdfa.xhtml,1.1,1.2

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv32469

Modified Files:
	xhtml_rdfa.xhtml 
Log Message:
updating xhtml+rdfa example to match recent spec

Index: xhtml_rdfa.xhtml
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/xhtml_rdfa.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xhtml_rdfa.xhtml	20 Apr 2007 07:17:44 -0000	1.1
+++ xhtml_rdfa.xhtml	28 Mar 2008 19:10:55 -0000	1.2
@@ -1,28 +1,11 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:dc="http://purl.org/dc/elements/1.1/" 
-      xml:lang="en">
-  <head>
-    <title>Basic XHTML + RDFa sample</title>
-    <meta property="dc:date">2004-03-23</meta>
-    <meta property="dc:title">
-          High-tech rollers hit casino for &#163;1.3m
-    </meta>
-    <meta property="dc:creator">Steve Bird</meta>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+    "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+  <head profile="http://www.w3.org/1999/xhtml/vocab">
+    <title>Virtual Library</title>
   </head>
   <body>
-<div>
-    <span class="date">2004-03-23</span>
-    <span class="headline">
-          High-tech rollers hit casino for &#163;1.3m
-    </span>
-    <span class="byline">By Steve Bird</span>
-    <span class="standfirst">
-      Word of a hand-held device which can beat the roulette wheel
-      has gambling bosses quaking
-    </span>
-</div>
-    <p>...</p>
+    <p>Moved to <a href="http://example.org/">example.org</a>.</p>
   </body>
 </html>

Received on Friday, 28 March 2008 19:11:29 UTC