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

前端 未结 19 2333
时光说笑
时光说笑 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:11

    Here's the working solution for this problem:


    Step 1: Right click on project and go to properties

    Step 2: Go to 'libraries' and remove the project's ' JRE system library'

    Step 3: Click on 'Add library'-->'JRE System Library' -->select 'Workspace default JRE'

    Step 3: Go to 'Order and Export' and mark the newly added ' JRE system library'

    Step 4: Refresh and Clean the project

    Eureka! It's working :)

提交回复
热议问题