- From: Shane McCarron <shane@aptest.com>
- Date: Tue, 11 Dec 2007 14:42:19 -0600
- To: "public-rdf-in-xhtml-tf.w3.org" <public-rdf-in-xhtml-tf@w3.org>
My last mail contained an example that I do not think is covered by our current test cases - and its the simplest case we support imho.. I have changed it slightly to accomodate the markup language we are supporting: <!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"> <head> <title>An example</title> <link rel="next" href="http://www.example.org/nextChapter.html" /> <link rel="prev" href="http://www.example.org/prevChapter.html" /> </head> <body> <p>Test Content</p> </body> </html> This example is valid, and I believe should generate two triples. Maybe we want to split this into a couple of tests (one for rel and one for rev)? -- Shane P. McCarron Phone: +1 763 786-8160 x120 Managing Director Fax: +1 763 786-8180 ApTest Minnesota Inet: shane@aptest.com
Received on Tuesday, 11 December 2007 20:42:36 UTC