I have an odd problem...I\'m using a documentation generator which generates a lot of output like docs/foo.php.html. It\'s XHTML, and thus contains
You could disable PHP's shorttags -- this is the recommended way to mix PHP and XML.
http://us.php.net/ini.core
short_open_tag = 0