<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                         "xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/Profiles/xhtml1-strict">
<head>
<title>XML Namespace Tests</title>
</head>
<body>

<table border="border">
	<tr>
		<td>
			This table should have a border.
		</td>
	</tr>
</table>

<table html:border="border">
	<tr>
		<td>
			This table should <em>not</em> have a border (???).
		</td>
	</tr>
</table>

</body>
</html>
