Eclipse(myEclipse)使用智能提示配置XML檔案(轉)

來源:互聯網
上載者:User

標籤:style   c   class   blog   java   http   

Java代碼 
  1. http://struts.apache.org/dtds/struts-2.0.dtd  

1.struts.xml智能提示

 

  這裡定義該xml中的文法規則,從這裡可以看到這個文法規則每次都會從網上拿,這當然會很費力氣。我需要將其配置成本地的。

  點擊window->preferences->XML->XML Catalog.

  點擊add。

  將struts2-core-2.1.8.1.jar檔案加壓,可以看到struts-2.1.7.dtd檔案。

  在Location中選擇dtd檔案,我的選擇是:D:\javalib\struts 2.x\struts-2.1.8.1\lib\struts2-core-2.1.8.1\struts-2.0.dtd

  Key Type:URI

  Key:http://struts.apache.org/dtds/struts-2.0.dtd


            

 2.applicationContext.xml智能提示:


spring為例:
1.引入相應JAR包
2.IDE中window->preferences->XML->XML Catalog->add..
3.key type->URI
4.Location->file system->SPRING_HOME/dist/resources/spring-beans-2.0.xsd
5.key type->Schema Location
6.key後面加上檔案名稱/spring-beans-2.0.xsd
7.OK

 

 

總結就是:

Window--->Preferences--->MyEclipse--->Files and Editors--->XML--->XML Catalog--->Add...--->File System--->

D:\MyEclipse8.5\Common\plugins\com.genuitec.eclipse.j2eedt.core_8.4.100.me200912151537\catalog-dtd\xwork-validator-1.0.2.dtd

紅色字型為我個人的myeclipse安裝目錄下的路徑,當然這個目錄下不一定有你要的dtd檔案,此時我們可以手動將需要的dtd檔案拷貝到這個目錄即可。

Key Type : URI ,

Key : 將目標dtd檔案中的DOCTYPE中的http://...複製粘貼到此。

 

使用alt+/ 顯示出提示選擇

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.