Test Case #69: @href with relative URL

Purpose:

Tests to ensure that relative URLs are resolved correctly when used in
@href.

====================== Test Case 69 =============================

---------------------Test Case 69 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"
      xmlns:dc="http://purl.org/dc/elements/1.1/">
   <head>
      <title>Test 0069</title>
   </head>
   <body>
      <p>The next test will be
         <a about="" rel="next" href="0070.xhtml>Test 0070</a>.
      </p>
   </body>
</html>
----------------------------------------------------------------

---------------------Test Case 69 SPARQL -----------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0069.xhtml>
<http://www.w3.org/1999/xhtml/vocab#next>
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0070.xhtml>.
}
-----------------------------------------------------------------

-- manu

-- 
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: Over One Million Songs Available on Bitmunk
http://blog.digitalbazaar.com/2007/10/29/one-million-songs-on-bitmunk/

Received on Monday, 17 December 2007 04:21:14 UTC