1. 程式人生 > >匯入dtd約束、手動新增 schema檔案

匯入dtd約束、手動新增 schema檔案

這裡先現在轉載一篇博主的文章:https://blog.csdn.net/mimm249/article/details/77966343

 

我們開發時,經常會用到XML檔案,尤其是用框架的時候,有時候xml檔案總是會有警告,說

我們沒有匯入約束,於是這裡講一下怎麼手動匯入dtd、schema檔案。

 

這裡以匯入hibernate的hibernate-configuration-3.0.dtd 和spring的schema檔案

 

1.路徑:windwos->preferences->myeclipse->files and editors->xml->xmlcatalog

->User Specified Entries視窗,點選Add按鈕

2.選擇dtd檔案的路徑,在Add XML Catalog Entry 對話方塊中選擇或輸入以下內容:

 

手動新增 schema檔案操作如下:

windwos->preferences->myeclipse->files and editors->xml->xmlcatalog

點選“add”-->點選"File system..."按鈕-->分別選擇本地磁碟中的檔案:

spring-beans-4.3.xsd,

spring-context-4.3.xsd,

spring-aop-4.3.xsd

一次選擇一個檔案,至於下面的“key type”和“key”兩個選項不用管,會自動填充的。

---注意,要重啟MyEclipse