- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Sat, 07 Jun 2008 13:53:18 -0400
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
Purpose: This tests to make sure that two bnodes are generated after three levels of nesting and that the last div does not generate a triple. ====================== Test Case 109 ============================= ---------------------Test Case 109 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"> <head> <title>Test 0109</title> </head> <body> <div rel="next"> <div rel="next"> <div rel="next" /> </div> </div> </body> </html> ------------------------------------------------------------------ ---------------------Test Case 109 SPARQL ----------------------- <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0109.xhtml> <http://www.w3.org/1999/xhtml/vocab#next> ?a . ?a <http://www.w3.org/1999/xhtml/vocab#next> ?b . FILTER ISBLANK(?a, ?b) ----------------------------------------------------------------- -- manu -- Manu Sporny President/CEO - Digital Bazaar, Inc. blog: DB Launches Medical Record Sales Service with Shepherd Medical http://blog.digitalbazaar.com/2008/02/24/health2trade/
Received on Saturday, 7 June 2008 17:54:13 UTC