XSL code coverage tool

Go To StackoverFlow.com

7

Are there any tools that can tell me what percentage of a XSL document get actually executed during tests?

UPDATE

I could not find anything better than Oxygen's XSL debugger and profiler, so I'm accepting Mladen's answer.

2008-09-19 07:49
by lindelof


2

Not sure about code coverage itself, but you can find an XML debugger and profiler from Oxygen which might help you out.

2008-09-19 09:53
by Mladen Mihajlovic


11

This didn't exist back when this question was asked, but now there is ONE option for finding code coverage of XSLT documents:

http://code.google.com/p/cakupan/

I'll admit that I haven't used it yet, as I'm still gathering information right now, but as far as I'm aware, this is IT.

2011-07-27 20:56
by ACK_stoverflow


1

If anyone is still interested, Saxon has a performance analysis, which has a functionality that gives you a breakdown of each template and the number of times they are used (which is great for optimisation).

This is how my output looks like:

enter image description here

2015-05-26 14:20
by Artemis
Ads