Tôi có dtd này: http://fast-code.sourceforge.net/template.dtd Nhưng khi tôi đưa vào xml tôi nhận được cảnh báo: Không phát hiện ràng buộc ngữ pháp (lược đồ DTD hoặc XML) cho tài liệu. Xml là:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE templates PUBLIC "//UNKNOWN/" "http://fast-code.sourceforge.net/template.dtd">
<templates>
<template type="INSTANCE_OF_CLASS">
<description>Used to Create instance of class</description>
<variation>asasa</variation>
<variation-field>asasa</variation-field>
<class-pattern>asasa</class-pattern>
<getter-setter>setter</getter-setter>
<allowed-file-extensions>java</allowed-file-extensions>
<number-required-classes>1</number-required-classes>
<allow-multiple-variation>false</allow-multiple-variation>
<template-body>
<![CDATA[
// Creating new instance of ${class_name}
final ${class_name} ${instance} = new ${class_name}();
#foreach ($field in ${fields})
${instance}.${field.setter}(${field.value});
#end
]]>
</template-body>
</template>
</templates>
EDIT : Tôi đã thay đổi xml, hiện tôi đang gặp lỗi này:
Nội dung của loại phần tử "mẫu" phải khớp "(mô tả, biến thể ?, Trường biến thể ?, Cho phép nhiều biến thể ?, Mẫu lớp ?, Getter-setter ?, Cho phép mở rộng tệp ?, Số-bắt buộc- các lớp?, mẫu-body) ".