debug an XLST transformation

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top