| <!DOCTYPE html> | |
| <html prefix="dc: http://purl.org/dc/elements/1.1/" xml:base="http://example.org/invalid/"> | |
| <head> | |
| <meta charset=utf-8> | |
| <title>Test 0109</title> | |
| </head> | |
| <body> | |
| <!-- This a NOT a valid XHTML document (due to @xml:base) --> | |
| <div xml:base="http://example.org/invalid/"> | |
| <p about="">This is <span property="dc:title">Test 0109</span>.</p> | |
| </div> | |
| </body> | |
| </html> |