xsl-list
[Top] [All Lists]

Re: [xsl] Debugging XSL using Saxon

2006-06-16 01:12:21
On 6/16/06, Shailesh Shinde <shailesh(_at_)quagnito(_dot_)com> 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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--