Hi, In the context of [1] I am working on using the Sink API to emit the goal documentation reports for Maven plugins. Currently there are XDoc documents emitted. Conversion is more or less straight-forward, but there is also input originally coming from javadoc which is already in XHTML format.
Is there any way to put sink format specific stuff into the generic sink (which is just ignored by non-matching sinks). According to [2] there is either “rawText” or “unknown” but both do not really have an indicator to which specific sink type it is targeted. Is there anything else? Thanks, Konrad [1] - https://issues.apache.org/jira/browse/MPLUGIN-442 [2] - https://maven.apache.org/doxia/developers/sink.html#avoid-sink-rawtext --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
