diff options
author | ot <ot@localhost> | 2007-04-20 07:17:44 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-20 07:17:44 +0000 |
commit | 4d81cd4149bcc2ea36e05d244592777a35652451 (patch) | |
tree | 0de79ab74962aee6e61dce558a28fd39cc4658cb | |
parent | c5088e134323876fcdb86e5f349cb52288506968 (diff) | |
download | markup-validator-4d81cd4149bcc2ea36e05d244592777a35652451.zip markup-validator-4d81cd4149bcc2ea36e05d244592777a35652451.tar.gz markup-validator-4d81cd4149bcc2ea36e05d244592777a35652451.tar.bz2 |
xhtml+rdfa sample, from spec
-rw-r--r-- | htdocs/dev/tests/xhtml_rdfa.xhtml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml_rdfa.xhtml b/htdocs/dev/tests/xhtml_rdfa.xhtml new file mode 100644 index 0000000..efac4d2 --- /dev/null +++ b/htdocs/dev/tests/xhtml_rdfa.xhtml @@ -0,0 +1,28 @@ +<?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> + </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> + </body> +</html> |