Test Case #75: @href with relative URL using XHTML BASE in HEAD

Purpose:

Tests to ensure that relative URLs are resolved correctly in
@href when XHTML BASE is set in HEAD.

====================== Test Case 75 =============================

---------------------Test Case 75 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>
      <base href="http://www.example.org/"></base>
      <title>Test 0075</title>
   </head>
   <body>
      This article was written by
      <a rel="dc:creator" href="jane">
         Jane
      </span>.
   </body>
</html>
----------------------------------------------------------------

---------------------Test Case 75 SPARQL -----------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0075.xhtml>
   <http://purl.org/dc/elements/1.1/creator>
      <http://www.example.org/jane> .
}
-----------------------------------------------------------------

-- manu

-- 
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: Intro to the Semantic Web in 6 minutes (video)
http://blog.digitalbazaar.com/2007/12/26/semantic-web-intro

Received on Wednesday, 9 January 2008 19:45:13 UTC