ฉันมี dtd นี้: http://fast-code.sourceforge.net/template.dtd แต่เมื่อฉันรวมไว้ใน xml ฉันได้รับคำเตือน: ไม่พบข้อ จำกัด ด้านไวยากรณ์ (DTD หรือ XML schema) สำหรับเอกสาร xml คือ:
<?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>
แก้ไข : ฉันเปลี่ยน xml ฉันได้รับข้อผิดพลาดนี้ตอนนี้:
เนื้อหาขององค์ประกอบประเภท "แม่แบบ" จะต้องตรงกับ "(คำอธิบายรูปแบบ? รูปแบบเขตข้อมูล? อนุญาต - หลายรูปแบบ? รูปแบบคลาส?, getter-setter?, อนุญาตไฟล์นามสกุล -?, จำเป็นต้องใช้ตัวเลข - เรียน? แม่ร่างกาย)"