Home All Groups Group Topic Archive Search About

debug an XLST transformation

Author
11 Sep 2006 5:53 PM
Arne Garvander
How do I debug an XLST transformation?
--
Arne Garvander
(I program VB.Net for fun and C# to get paid.)

Author
12 Sep 2006 4:36 AM
Jim Wooley
Hello Arne,

> How do I debug an XLST transformation?
>

If you have 2005, you should be able to put a breakpoint in your XSLT and
it will step into it to the extent it is possible (the compiler actually
converts the XSLT into IL so that you can step through it). If you are still
using 1.x, you will need to use one of the third party solutions like XML
Spy.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx

AddThis Social Bookmark Button