Cobble

Cobble is a simple documentation tool for XSLT and Schematron files.

It produces documentation based on XML comments in the source code and generates the documentation as XML or HTML - see Format.

Example:

<!--
  Invert the position of the columns and rows in the table.
  @return A new table
-->
<xsl:template match="table" mode="invert" as="element(table)">
   ...
</xsl:template>

It can be used on the command line, ANT or directly in Java - see Usage.

Created on , last edited on