Saxon with Visual Studio 2010 - is there a way to use the debugger?
We've been spending increasing amounts of time battling with the limitations of Microsoft's XSLT 1.0 processor. I think the time has come to start using XSLT 2.0. Saxon seems to be a good choice. The problem is - the Visual Studio integrated XSLT debugger is wonderful, and nobody wants to stop using it. My question - is there a way to supply your own processor for Visual Studio to use? Even if step-through debugging didn't work, it'd still be great to be able to run the XSLT from within Visual Studio (Alt+F5) rather than having to add some other software package to our workflow. It seems