|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
debug an XLST transformationHow do I debug an XLST transformation?
-- Arne Garvander (I program VB.Net for fun and C# to get paid.) 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 |
|||||||||||||||||||||||