Exslt

1. EXSLT
2. nxslt (.NET XSLT Command Line Utility) version 1.3

1.

EXSLT

DaveP

EXSLT is a community initiative to provide extensions to XSLT. The extensions are broken down into a number of modules, listed below. We are trying to encourage the implementers of XSLT processors to use these extensions, so that your stylesheets can be more portable. If your XSLT processor doesn't support a particular extension, you can download packages that you can use to provide functions or templates for your stylesheets.

2.

nxslt (.NET XSLT Command Line Utility) version 1.3

Oleg Tkachenko

I'm glad to announce version 1.3 of nxslt - .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 basically dublicates functionality and 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, embedded stylesheets, custom URI resolving, multiple result documents, custom extension functions, built-in rich library of EXSLT extenstion functions etc.

nxslt is freely available for download in precompiled Windows executable form and in source code (complete Microsoft Visual Studio .NET C# project): nxslt home: tkachenko.com