If you happens to have Visual Studio Code Name “Orcas” Beta 1 installed, you can give IronXSLT version 0.1 a shot.
Needless to say, any comments, bug reports and feature requests are greatly appreciated on the IronXSLT Forum.
I decided not to call it Visual XSLT to avoid confusion with ActiveState Visual XSLT plugin, which was discontinued back in 2005, but still might be trademarked. And as I was obviously copying a lot from the IronPython integration sample in Visual Studio SDK, IronXSLT name became a natural choice. I like this name.
Here are go some screenshots and information about IronXSLT.
Note: if you have lots of Visual Studio plugins installed, IronXSLT may not appear in the splash dialog, because of lack of the screen estate.
IronXSLT adds "XSLT Library" to the list of Visual Studio project types:
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 avoiding paying XSLT compilation tax at runtime.
XSLT Library project has the following properties:
Build XSLT Library project as usual. If there are any compilation error, they will appear in the Error List window, again as usual.
Enjoy!