Sunday, February 06, 2005

.NET XSLT Command Line Utility

.NET XSLT Command Line Utility

"nxslt is a small but feature-rich command line utility that allows to perform XSL Transformations (XSLT) using .NET Framework's XSLT implementation - System.Xml.Xsl.XslTransform class. nxslt basically duplicates functionality and command line options, provided by Microsoft's MSXSL.EXE Command Line Transformation Utility with small difference: unlike msxsl.exe, nxslt does not support specifying start mode. In addition, nxslt has some distinct advanced features, like support for XInclude, embedded stylesheets, custom URI resolving, multiple result documents, custom extension functions, built-in rich library of EXSLT extension functions etc. See nxslt and msxl.exe for more info.

..."

Sounds cool.

This is something I might be able to use. And something my users might be able to use... The embedded stylesheet support might be the key feature for me. Will have to see...


(via Signs on the Sand - ANN: nxslt.exe (.NET XSLT Command Line Utility) version 1.5

No comments: