AddType application/x-httpd-php .xml
i used this in my htaccess file to make php work in xml pages.. now if a xml page conatins only xml then a php error comes up
Parse error: syntax error, unexpected T_STRING in foo/BingSiteAuth.xml on line 1
this is the new bing webmaster site auth file..
the old one somehow worked..
BTW i guess it is <?xml which causes the error..
how can i get over this?
i have a workaround.. one can echo the content but it would be a pain to echo some huge content.. i would rather prefer a more stable solution to this.. :)
thanks..