Hi, I'm trying to output some valid XHTML from a PHP script but the XML declaration at the top of the XHTML document, <?xml version="1.0"?>, generates a parse error from PHP.
I know that disabling the short_open_tag in the php.ini could be the solution to my problem, but this would imply going after hundreds of .phtml on my server to fix that.
Is there another way in order to output some XHTML without that error?
--
Antonio