One, the Eclipse development XML file, can be prompted to configure the DTD file. 1, download the required DTD file, I take ibatis of a DTD file, for example, SQL-MAP-CONFIG-2.DTD (the version is relatively low, important step) 2, MyEclipse found in the XML configuration category, see figure:
3, configure their own DTD file: Click the Add button to enter the relevant information in the pop-up box, location is the configuration of local files, key type selected public ID, keys are:
Key: To select fixed information in the XML configuration file:-//ibatis.com//dtd SQL Map Config 2.0//en different application XML file header information is not the same, mainly modified.
Mainly the above three steps, notes to build a complete header file information as a reference: <?xml version= "1.0" encoding= "UTF-8"?>
<! DOCTYPE sqlmapconfig Public "-//ibatis.com//dtd SQL Map Config 2.0//en"
"Http://www.ibatis.com/dtd/sql-map-config-2.dtd" >
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.