In reply to:
I have been thinking about this and the validator should be in the wrong. From what I have read all xhtml files are suppose to have a matching ending tag.
Empty elements must have an end tag or a terminated start tag. Non-empty elements must have an end tag.
<p>Non-empty with both start and end tags. The following two elements are "EMPTY"</p>
<br />
<hr></hr>
In XHTML Strict, script elements are not empty. Thus an end tag is required.
Perl / MySQL / HTML CSS
Edited by Atropos7 on 09/25/05 10:15 PM (server time).