|
|
IronXSLT v0.2 released |
|
|
By Oleg Tkachenko on
10/28/2007
|
|
|
|
IronXSLT is Microsoft Visual Studio plugin aimed to provide total integration of the XSLT language in Visual Studio IDE.
New in version 0.2:
A notion of a Startup stylesheet in XSLT library project
"Debug" page in XSLT library project properties, which has Startup stylesheet dropdown list
"Set as StartUp Stylesheet" context menu item for XSLT stylesheets
"Start Debugging(F5)/Start Without Debugging(Ctrl+F5)" commands support - runs startup stylesheet
Note: IronXSLT v0.2 requires Microsoft Visual Studio 2008 Beta2.

|
 |
|
Comments (0)
|
|
|
|
nxslt.exe/NxsltTask v2.3 released |
|
|
By Oleg Tkachenko on
8/17/2007
|
|
|
nxslt2 is a free feature-rich .NET 2.0 XSLT command line utility and NAnt/MSBuild task which uses .NET 2.0 XSLT processor - XslCompiledTransform class and supports XML Base, XInclude, XPointer, EXSLT, embedded stylesheets, processing instruction, multioutput, custom URI resolving, custom extension functions, pretty printing, XHTML output, XSLT 2.0-like character maps and more. What's new in version 2.3:
- improved error reporting
- nxslt.exe options files (@file option)
- XHTML output mode (-xhtml option)
- XSLT 2.0-like character maps (-cm option)
- nxslt and NxsltTask are now debuggable
- resolving XInclude for XSLT stylesheets is now off by default
- -xslxi option to turn XInclude for XSLT stylesheets on
- fixed bugs preventing running Docbook stylesheets
Download nxslt.exe/NxsltTask v2.3
|
 |
|
Comments (0)
|
|
|
|
IronXSLT v0.1 for Visual Studio Codename "Orcas" released |
|
|
By Oleg Tkachenko on
5/27/2007
|
|
|
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).
|
 |
|
Comments (2)
|
|
|
|
|