Hi.

It depends. You can use mine if you're looking for:

      * Configuration of the stylesheets using the plugin configuration
        mechanism;
      * A solution that has everything included in the actual plugin;
        (No manual downloading of stylesheets or the DTD)
      * Entity resolution using entities defined in your POM;
      * PDF generation;
      * Man pages generation;
      * A non-codehaus implementation.

http://www.agilejava.com/docbkx/docbkx-maven-plugin/
http://www.agilejava.com/docbkx/docbkx-samples/html/manual.html

However, if you want to use Simplified DocBook, then you first need to
create a dedicated jar containing the DTD, similar to the DocBook 4.4
version found here:
http://www.agilejava.com/maven/org/docbook/docbook-xml/4.4/

(Note that is actually nothing but the DocBook DTD distribution
unzipped, jarred and uploaded together with a POM.)

The plugin will pick up the catalog file in the jar and use that to
dynamically resolve the DTD and all other relevant entities.

Thanks, I'll be trying that out.

Bye.
/lexi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to