Mam to dtd: http://fast-code.sourceforge.net/template.dtd Ale kiedy dołączę do pliku XML, otrzymuję ostrzeżenie: Nie wykryto żadnych ograniczeń gramatycznych (DTD lub schematu XML) dla dokumentu. Plik XML to:
<?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>
EDYCJA : Zmieniłem xml, otrzymuję teraz ten błąd:
Treść elementu typu „szablon” musi się zgadzać ”(opis, odmiana?, Zmienna-pole?, Zezwól na wiele wariantów?, Wzorzec klasy?, Getter-setter?, Dozwolone rozszerzenia plików?, Wymagana liczba? klasy?, szablon-ciało) ”.