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

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

Added Files:
	xhtml_rdfa.xhtml 
Log Message:
xhtml+rdfa sample, from spec

--- NEW FILE: xhtml_rdfa.xhtml ---
<?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>
  </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>
  </body>
</html>

Received on Friday, 20 April 2007 07:17:55 UTC