On 7/29/06, Andreas Koop <[EMAIL PROTECTED]> wrote:
Hi,
I am using maven2 for a new project and would like to write the project
documentation in docbook format with XXE. Because maven2 currently has no
support for docbook I would like to transform it by myself to xdoc format
to include my documentation in the maven site generation build process.
Now my question is? Is there an XSLT-Stylesheet for (s)docbook2xdoc?
Look in the resources directory of the simplified docbook plugin, that
should give you a start.
$FORREST_HOME\plugins\org.apache.forrest.plugin.input.simplifiedDocbook\resources\stylesheets
http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.simplifiedDocbook/
--tim