diff options
-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> |