error in http://www.w3.org/TR/REC-xml-names/

If the final example in section 5.2 is intended to show correct HTML, then

    <th><td>Name</td><td>Origin</td><td>Description</td></th>

should be

    <tr><th>Name</th><th>Origin</th><th>Description</th></tr>

Received on Saturday, 7 February 2004 16:19:51 UTC