Random photo
Loading...
Domains for sale
|
May 27, 2007IronXSLT: Changing the Way You Work with XSLT in Visual Studio
Current list of planned and already implemented IronXSLT features includes:
IronXSLT supports only forthcoming Microsoft Visual Studio version, codenamed "Orcas", which is about to be released later this year. That also makes IronXSLT ship date. IronXSLT is free for personal and commercial usage, but not open source currently.
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. InstallationYou know, just run the installer. Once installed, IronXSLT adds itself into a list of installed products appearing on the Visual Studio splash and About dialogs:
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.
XSLT Library ProjectIronXSLT 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.
Build XSLT Library project as usual. If there are any compilation error, they will appear in the Error List window, again as usual.
Enjoy! Comments
brian, most likely it's comp[atibility problem. I'll upload new version for Visual studio Beta2 next week. Posted by: Oleg Tkachenko at September 29, 2007 4:17 PMI get an error when creating the xslt library project It says: "The project type is not supported by this installation" Any ideas? Posted by: brian norman at July 23, 2007 11:27 AMThanks guys. Hope you find it useful. at May 28, 2007 5:32 PM
This is great stuff. I can't wait to see what you can do about profiling and intellisense. Posted by: Peli at May 28, 2007 6:57 AMVery nice, Oleg! Downloading and playing now... :) thanks! Posted by: M. David Peterson at May 28, 2007 1:23 AMPost a comment
|