javadocbook utility
Posted by Payne on June 8th, 2006
https://sourceforge.net/projects/javadocbook/ looks nice!
java -jar javadocbook.jar -t HTML hw.xml > hw.html
changes some docbook into some HTML. It’s nice because it’s so self contained…
http://mattpayne.org/db/hw.xml is some input taken from this tutorial. Results in the output http://mattpayne.org/db/hw.html
Maven2 understands simplified docbook. Maybe the javadocbook utility can be handy for someone using maven2 for their projects?
POST INFO: This entry http://www.mattpayne.org/blog/2006/06/08/javadocbook-utility/ was posted on Thursday, June 8th, 2006 at 3:27 pm and is filed under Java, XML. .
Responses are currently closed, but you can trackback from your own site.
June 9th, 2006 at 11:38 am
javadocbook utility…
Matt has an interesting post on the javadocbook utility. I hadn’t heard of it before — looks very cool.
Matt talks about HTML, but javadocbook also does FOP, go you can go to PDF, RTF, etc. Very cool stuff!
……