Share via


Debugging XSLT

You can use the Visual Studio debugger to debug XSLT. The debugger supports setting breakpoints, viewing XSLT execution state, and so on. The debugger can be used to debug a style sheet, or to debug an XSLT transformation invoked from another application.

XSLT debugging is available in the Visual Studio Team System and the Professional Edition.

In This Section

  • Debugging
    Introduces the Visual Studio debugger.
  • XSLT Reference
    Provides reference material for XSLT elements and functions.