This error,
The processing instruction target matching \"[xX][mM][lL]\" is not allowed
occurs whenever I run an XSLT page that b
For PHP, put this line of code before you start printing your XML:
while(ob_get_level()) ob_end_clean();