Steve Valaitis wrote: ... > This brings me to my next question. Is there a way to specify a custom > configuration per "project" so to speak? Like is there a processing > instruction, or other configuration that could be put in a book element > to specify a local configuration that XXE would use to customize the > docbook conversion?
This is not specific to XXE but I have similar issues and have found it easier to do the docbook processing separately (outside of XXE). On both Linux and Windows I use Gnu "make" to define arbitrary rules for generating PDF, HTML or other outputs from docbook or other XML formats. You can then separate projects by directory or by passing parameters to make or in a host of other ways. You can of course set up XXE to run make! Philip Nye