not trapping duplicate id names

the included file is a simple test of duplicate ids
this should be flagged as an error but is not!!--
john russell ve3ll@rac.ca [those are L's as in LLAMA]
http://home.cogeco.ca/~ve3ll
http://home.cogeco.ca/~trains
http://home.cogeco.ca/~cipher
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Duplicate ID</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head><body>
<p id="id">This is a paragraph with an id</p>
<p id="id">This second paragraph has the <em>same</em> id.</p>
</body></html>

Received on Wednesday, 5 November 2003 10:27:02 UTC