XSLT 文档生成工具 XSLTdoc

码农软件 · 软件分类 · 程序文档工具 · 2019-12-12 06:57:19

软件介绍

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:...>

本文地址:https://www.codercto.com/soft/d/20960.html

Effective Java 中文版

Effective Java 中文版

(美)Joshua Bloch / 潘爱民 / 机械工业出版社 / 2003-1 / 39.00元

本书介绍了在Java编程中57条极具实用价值的经验规则,这些经验规则涵盖了大多数开发人员每天所面临的问题的解决方案。通过对Java平台设计专家所使用的技术的全面描述,揭示了应该做什么,不应该做什么才能产生清晰、健壮的高效的代码。 本书中的每条规则都以简短、独立的小文章形式出现,这些小文章包含了详细而精确的建议,以及对语言中许多细微之处的深入分析,并通过例子代码加以进一步说明。贯穿全书的是通用......一起来看看 《Effective Java 中文版》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换