The DTD documentation is generated with matchers looking for .dtd.xml (see main/webapp/sitemap.xmap and dtd.xmap). This is very forrest-specific and should be pulled out in to a plugin.
Description
The DTD documentation is generated with matchers looking for .dtd.xml (see main/webapp/sitemap.xmap and dtd.xmap). This is very forrest-specific and should be pulled out in to a plugin.
Forrest 0.6 branch cannot build properly with the current .dtdx.xml setup. This needs to work so that we can build 0.6 with the current version of forrest.
Dave Brondsema added a comment - 25/Nov/04 06:54 AM Forrest 0.6 branch cannot build properly with the current .dtdx.xml setup. This needs to work so that we can build 0.6 with the current version of forrest.
Added org.apache.forrest.plugin.dtdx-input plugin by moving functionality
out of the core.
Generates NekoDTD-based DTD documentation using a custom Cocoon Generator.
Issue: FOR-389