XSLTdoc - XSLT 文档生成工具


未知
跨平台

软件简介

XSLTdoc 是一个类似 Javadoc 用来为 XSLT 生成文档的工具。is a Javadoc-like tool for all versions
of XSLT (1.0, 1.1, 2.0). It defines conventions to document XSL “code
elements” directly in the source code. These “documentation elements” are then
extracted by the XSLTdoc tool to build a documentation consisting of several
linked HTML pages which provide easy browsing through the documentation. The
XSLT source code is available with syntax highlighting.

<xd:doc>  
  <xd:short>This is the short description with <code>HTML tags</code>.</xd:short>  
  <xd:detail>  
    And here comes a <b>more detailed</b>   
    description showed only in the detailed view of the documentation.  
  <xd:detail>  
</xd:doc>  
<xsl:...>