diff options
author | ot <ot@localhost> | 2008-03-28 19:10:55 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-03-28 19:10:55 +0000 |
commit | 336066faa75828c59cf060acfd9b6938c7e1f45f (patch) | |
tree | ceb2bc525590c46f3ca517f76aeb57fd7c3199c3 | |
parent | 285c2b279c369f5687f61dd605a2072120d5b31e (diff) | |
download | markup-validator-336066faa75828c59cf060acfd9b6938c7e1f45f.zip markup-validator-336066faa75828c59cf060acfd9b6938c7e1f45f.tar.gz markup-validator-336066faa75828c59cf060acfd9b6938c7e1f45f.tar.bz2 |
updating xhtml+rdfa example to match recent spec
-rw-r--r-- | htdocs/dev/tests/xhtml_rdfa.xhtml | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/htdocs/dev/tests/xhtml_rdfa.xhtml b/htdocs/dev/tests/xhtml_rdfa.xhtml index efac4d2..caaa5ad 100644 --- a/htdocs/dev/tests/xhtml_rdfa.xhtml +++ b/htdocs/dev/tests/xhtml_rdfa.xhtml @@ -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 £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 £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> |