Where can I find static/dynamic code analysis tools for XSLT?

半腔热情 提交于 2019-12-04 03:38:51

There are quite a few testing tools and verifiers at Tony Graham's XSLT Testing Tools page. If you haven't looked there, it's a fairly comprehensive list.

Using Saxon in schema-aware mode will catch many common errors.

You've already discovered Mukul Gandhi's XSL Quality tools, which support user-added extensions. On the xsl-list run by Mulberry Technologies a while back, several other people contributed ideas for new rules also. You might also get help asking there.

Stylus Studio, Oxygen and xmlspy have profilers for run-time performance.

XML Spy includes an XSLT profiler. That should fulfil your dynamic analysis needs if you can afford it.

There is also StylusStudio, a plugin for VisualStudio and CatchXSL (which is free).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!