0109-novalid.html (425B)
1 <!DOCTYPE html> 2 <html prefix="dc: http://purl.org/dc/elements/1.1/" xml:base="http://example.org/invalid/"> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 0109</title> 6 </head> 7 <body> 8 <!-- This a NOT a valid XHTML document (due to @xml:base) --> 9 <div xml:base="http://example.org/invalid/"> 10 <p about="">This is <span property="dc:title">Test 0109</span>.</p> 11 </div> 12 </body> 13 </html>