[xsl] ANN: nxslt.exe (.NET XSLT Command Line Utility) version 1.5

Subject: [xsl] ANN: nxslt.exe (.NET XSLT Command Line Utility) version 1.5
From: Oleg Tkachenko <oleg@xxxxxxxxxxxxx>
Date: Fri, 04 Feb 2005 22:11:20 +0200
Hello!

I'm glad to announce version 1.5 of the nxslt.exe - .NET XSLT command
line utility.

What is nxslt
-------------
nxslt is a feature-rich command line utility that allows to perform XSL
Transformations (XSLT) using .NET Framework's XSLT implementation -
System.Xml.Xsl.XslTransform class. nxslt is compatible with command line
options, provided by Microsoft's MSXSL.EXE Command Line Transformation
Utility. In addition, nxslt has some distinct advanced features, like
support for XInclude and XPointer, embedded stylesheets, custom URI
resolving, multiple result documents, custom extension functions,
built-in rich library of EXSLT extenstion functions etc.

Changes since version 1.4:
-------------------------
* Updated to XInclude.NET module of the Mvp.Xml v1.0 lib - support for
final W3C XInclide Recommendation.
* An ability to provide user credentials to be used when loading XML
source and XSLT stylesheet documents.
* Usage header now indicats what's full version of the .NET runtime
nxslt.exe is running under:
D:\>nxslt.exe -?
.NET XSLT command line utility, version 1.5 build 1860
(c) 2004 Oleg Tkachenko, http://www.tkachenko.com/dotnet/nxslt.html
Running under .NET 1.1.4322.2032
* Bug fixes

Requirements
------------
nxslt is .NET Framework application, written in C# language and requires
.NET Framework version 1.0 or 1.1 to be installed.

Download
--------
nxslt is freely available for download in precompiled Windows executable
form and in source code (complete Microsoft Visual Studio .NET  2003 C#
project):
http://www.tkachenko.com/dotnet/nxslt.html#download

License
-------
nxslt is subject to the BSD license and is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. You can
use it for any commercial or noncommercial purpose, including
distributing derivative works.

More info at http://www.tkachenko.com/dotnet/nxslt.html

Enjoy!

--
Oleg Tkachenko [XML MVP, MCP]
http://blog.tkachenko.com

Current Thread