--- Ross Gardler <[EMAIL PROTECTED]> wrote: <snip> > However, in this case since we know all the docs > that we *don't* want to > process are DITA files I *think* we will simply be > able to turn off the > DITA plugin and catch the exceptions the Forrest > throws because it can't > find the file it needs. ></snip>
One other item to note: The dita files use a ditamap for proper organization. The .ditamap file calls each .dita file in the proper order, so you actually call the ditamap file for processing in the toolkit, and the toolkit processes each dita file that it encounters in the ditamap. So I think the plugin should also do it this way...
