IronXSLT is Microsoft Visual Studio plugin aimed to provide total integration of the XSLT language in Visual Studio IDE.
IronXSLT version 0.1 adds "XSLT Library" project type to Visual Studio. XSLT Library project allows to compile XSLT stylesheets into DLL. Each
XSLT stylesheets becomes a class in the DLL and can be loaded and run
later using standard XslCompiledTransform class. This way you can
avoid paying XSLT compilation tax at runtime.
Note: IronXSLT only supports forthcoming Visual Studio Codename "Orcas".
(Note: requires latest Microsoft Visual Studio Codename "Orcas" and Visual Studio Orcas SDK installed. SDK dependency is to be removed soon).