Error: The processing instruction target matching “[xX][mM][lL]” is not allowed

前端 未结 7 1677
暖寄归人
暖寄归人 2020-11-22 03:24

This error,

The processing instruction target matching \"[xX][mM][lL]\" is not allowed

occurs whenever I run an XSLT page that b

7条回答
  •  一向
    一向 (楼主)
    2020-11-22 04:11

    For PHP, put this line of code before you start printing your XML:

    while(ob_get_level()) ob_end_clean();
    

提交回复
热议问题