Re: [xsl] Debugging XSL using Saxon

Subject: Re: [xsl] Debugging XSL using Saxon
From: "andrew welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 16 Jun 2006 09:11:59 +0100
On 6/16/06, Shailesh Shinde <shailesh@xxxxxxxxxxxx> wrote:
Hi All,

Can you please tell me how to debug xsl using Saxon.
Please provide any references for the same.

You can't with just Saxon itself, you would need to get yourself an IDE that can debug using Saxon. I don't know of any free ones... An alternative is to use xsl:message, or copy variables etc to the output to see what they contain.

To be honest the last time I tried using an XSLT debugger I found it
more fiddly than just using xsl:message, but perhaps they've come on
since then.

Current Thread