Eugene Toporov wrote:
> We have our javadoc written in docbook format inside our java source
> code. It is then automatically parced and HTML/PDF created using our
> home-made utilities. Now, we need to give our API documentation for
> review to technical writers and would like to minimize the
> possibilities of source code changes.
>
> Therefore, my question is. Is it possible to use XMLMind to edit only
> these parts of *.java files without modifying the source code itself
> (just like the javadoc plugin does it)?
Yes, it is possible to do this by writing your own format plug-in.
Note that this should not be very difficult to do compared to our own
javadoc plugin. Because in the case of standard javadoc, comments are
written in a mix of specialized markup (e.g. {...@link}) and (often broken)
HTML (i.e. not *XHTML*).