mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 07:58:05 +02:00
16 lines
572 B
HTML
16 lines
572 B
HTML
<?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/"
|
|
xml:base="http://example.org/invalid/">
|
|
<head>
|
|
<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>
|