开发者

Is there a tool like doxygen for XSLT?

Does someone know a tool, that can extract the code structure from undocumented xsl files?

I know there is XSLTdoc, which can extract documentation elements from xsl files to build html reference pages. But for undocumented xsl files, XSLTdoc's output is rather useless.

Doxygen is able to produce valuable output even if the code is not documented. Does there exist a comparable tool for xsl?

The best I found so far is depgraph, this little stylesheet produc开发者_StackOverflow社区es a dependency graph for includes and imports.

What I am looking for is a call-graph generator for xsl templates.


I find Oxygen XML Editor very useful for everything XML / XSL / XSD related; it can generate XML structure from both XSL and XSD and have a good attempt at building XSL and XSD from an XML document. It isn't free however but a trial is available.


Have look to xdc (open source), it seems very promising. See also this topic: https://stackoverflow.com/questions/19293252/is-there-guidelines-to-document-xsl-stylesheets/19299600?noredirect=1#19299600 Regards

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜