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

前端 未结 7 1676
暖寄归人
暖寄归人 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:03

    in my case was a wrong path in a config file: file was not found (path was wrong) and it came out with this exception:

    Error configuring from input stream. Initial cause was The processing instruction target matching "[xX][mM][lL]" is not allowed.

提交回复
热议问题