free hit counter
Debugging an XSLT transform!!!! - .

.

Debugging an XSLT transform!!!!

A couple of months ago I pounded my head against a wall trying to write a proper XSLT for the home page of my web site. One of the big problems was that I couldn't debug the stupid thing.

Visual Studio 2005 has the ability to step through an XSLT in the debugger, displaying the results as it walks through the XML document in the console window. You'll be able to step through the XSLT, Run, and view input & output.

HURRAY!!!!

This works in Beta 1.