Skip to content
highsource edited this page Oct 12, 2014 · 1 revision

Compiling DTDs

If you want to compile DTD, change the schemaLanguage to DTD and set the appropriate schemaIncludes:

<configuration>
	<schemaLanguage>DTD</schemaLanguage>
	<schemaIncludes>
		<include>*.dtd</include>
	</schemaIncludes>
</configuration>

See the sample DTD project for example.

Clone this wiki locally