Debugging the Biztlak Maps in VS 2005
- Right click the BizTalk map and select “Validate Map”
- In the output window you’ll see a link to the .xsl, click on the link to bring it up in VS
- Right click the .xsl and select “View Source”
- At that point you can set break points in your .xsl
- Then select ”XML / Debug XSLT” – and you’ll be able to step thru the XSLT