No grammar constraints (DTD or XML schema) detected for the document

前端 未结 19 2259
时光说笑
时光说笑 2020-11-27 10:35

I have this dtd : http://fast-code.sourceforge.net/template.dtd But when I include in an xml I get the warning : No grammar constraints (DTD or XML schema) detected for the

19条回答
  •  醉梦人生
    2020-11-27 11:17

    1. copy your entire code in notepad.
    2. temporarily save the file with any name [while saving the file use "encoding" = UTF-8 (or higher but UTF)].
    3. close the file.
    4. open it again.
    5. copy paste it back on your code.

    error must be gone.

提交回复
热议问题