Why doesn't this page validate?
http://www.jethroweb.nl/test/test.php
I think the XHTML code is okay, but the W3C Markup Validation Service and the WDG HTML Validator do not agree.
UPDATE: The XHTML code is generated by PHP, this are the first lines of code:
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"';
echo PHP_EOL;
echo ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
echo PHP_EOL;
echo '<html xmlns="http://www.w3.org/1999/xhtml">';
echo PHP_EOL;
echo '<head>';
echo PHP_EOL;
UPDATE2: Maybe it's more a PHP question. When I paste the generated XHTML code into Notepad++ I see a question mark at the first row: