Stylesheet import tree in the XSLT Debugger
Posted by: XmlTeams WebLog,
on 20 May 2009 |
View original | Bookmarked: 0 time(s)
Complex XSLT stylesheets often contain several include and/or imports instructions. VS XML Editor has very limited support for such scenarios. (Most noticeable it lacks the concept of "primary stylesheet".)
In the XSLT Debugging session you may need to put breakpoint in the template that is defined in one of the referenced files and VS doesn't provide convenient way of opening these files.
Even more tricky is putting breakpoint on the built-in template rule. There is no way to find and open...